Java com.google.gwt.maps.client.placeslib PlacesService fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

voidgetDetails(PlaceDetailsRequest request, PlaceDetailsHandler handler)
Retrieves details about the Place identified by the given reference.
voidnearbySearch(PlaceSearchRequest request, PlaceSearchHandler handler)
Retrieves a list of Places in a given area.
PlacesServicenewInstance(MapWidget mapWidget)
Creates a new instance of the PlacesService that renders attributions in the specified container.
PlacesServicenewInstance(Element htmlDivElement)
Creates a new instance of the PlacesService that renders attributions in the specified container.