Java com.google.gwt.maps.client.geocode Geocoder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.geocode Geocoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.geocode Geocoder.

The text is from its open source code.

Constructor

Geocoder()
Creates a new instance of a geocoder that talks directly to Google servers.

Method

voidgetLatLng(String address, final LatLngCallback callback)
Sends a request to Google servers to geocode the specified address.
voidgetLocations(String address, final LocationCallback callback)
Sends a request to Google servers to geocode the specified address.
voidgetLocations(LatLng point, final LocationCallback callback)
Sends a request to Google servers to reverse geocode the specified point.
voidsetViewport(LatLngBounds bounds)
Sets the geocoder to magnify geocoding results within or near the given viewport.