Class MMGeocoder

Object
   |
   +--MMGeocoder

class MMGeocoder

Defined in MultimapOpenAPI


Field Summary
 String error_code
          The error code produced by the last call to geocode().
 Array result_set
          The result set found by the last call to geocode().
 
Constructor Summary
MMGeocoder ( <Function> callback )
            The Multimap Geocoding Web Service convenience API.
 
Method Summary
 Object _parseResultSet( json_result_set )
          
 void geocode( <MMAddress> address )
           Attempts to geocode an address, calling the callback function on completion.

Field Detail

error_code

String error_code

result_set

Array result_set

Constructor Detail

MMGeocoder

MMGeocoder( <Function> callback )

Method Detail

_parseResultSet

Object _parseResultSet( json_result_set )

geocode

void geocode( <MMAddress> address )


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008