|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MMJSONRequester
|
+--MMSearchRequester
Defined in MultimapAPI
| Field Summary | |
String |
error_code
The error code produced by the last call to search(). |
String |
error_explanation
Plain text explanation of an error produced by the last call to search(). |
Array |
record_sets
The result set found by the last call to search(). |
| Constructor Summary | |
MMSearchRequester
( <Function> callback )
The Multimap API Searching module - JavaScript library. |
|
| Method Summary | |
void
|
search( search )
Attempts to perform a search; calls the callback function on completion. |
| Field Detail |
String error_code
String error_explanation
Array record_sets
| Constructor Detail |
MMSearchRequester( <Function> callback )
callback - Function to call when the search completes.
| Method Detail |
void search( search )
MMSearch - object containing the search criteria to use.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||