Class MMSearchRequester

Object
   |
   +--MMJSONRequester
         |
         +--MMSearchRequester

class MMSearchRequester
extends MMJSONRequester

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

error_code

String error_code

error_explanation

String error_explanation

record_sets

Array record_sets

Constructor Detail

MMSearchRequester

MMSearchRequester( <Function> callback )

Method Detail

search

void search( search )


Documentation generated by JSDoc on Tue Jun 30 13:55:23 2009