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

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

The text is from its open source code.

Method

intgetAccuracy()
An attribute indicating how accurately the Google servers were able to geocode the given address.
StringgetAddress()
Returns the entire address for this result.
StringgetAdministrativeArea()
The xAL field for "AdministrativeArea", often referred to as 'state'.
StringgetCity()
xAL field for "LocalityName" returned by the query.
StringgetCountry()
The xAL field "CountryNameCode" for the country code.
StringgetCounty()
The xAL field for "SubAdministrativeAreaName".
LatLnggetPoint()
Returns the point corresponding to the decoded address.
StringgetPostalCode()
The xAL field for "PostalCode".
StringgetState()
The xAL field for "AdministrativeArea".
StringgetStreet()
The xAL field for "ThoroughfareName".