public class Geocoder extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Geocoder()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
void |
geocode(GeocoderRequest request,
GeocoderRequestHandler handler)
Geocode a request.
|
static Geocoder |
newInstance()
Creates a new instance of a Geocoder that sends geocode requests to Google servers.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final Geocoder newInstance()
public final void geocode(GeocoderRequest request, GeocoderRequestHandler handler)
request
- handler
- Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.