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

Example usage for Java com.google.gwt.maps.client.placeslib PlaceSearchRequest 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 PlaceSearchRequest.

The text is from its open source code.

Method

PlaceSearchRequestnewInstance()
A Place search query to be sent to the PlacesService.
voidsetLocation(LatLng location)
The location around which to search for Places.
voidsetRadius(double radius)
The distance from the given location within which to search for Places, in meters.
voidsetTypes(AutocompleteType... types)
Restricts the Place search results to Places with a type matching at least one of the specified types in this array.
voidsetTypes(List types)
voidsetTypes(String... types)
voidsetTypes(JsArrayString types)