|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMGeocoder
Defined in MultimapAPI
| 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 | |
void
|
geocode( <MMAddress> address )
Attempts to geocode an address, calls the callback function on completion. |
| Field Detail |
String error_code
Array result_set
| Constructor Detail |
MMGeocoder( <Function> callback )
callback - Function to call when geocoding completes.
| Method Detail |
void geocode( <MMAddress> address )
address - The address to be geocoded.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||