com.google.gwt.maps.client.geocode
Class Placemark.ExtendedData

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.geocode.Placemark.ExtendedData
Enclosing class:
Placemark

public static class Placemark.ExtendedData
extends com.google.gwt.core.client.JavaScriptObject

This class represents a JSON ExtendedData object being part of result returned from the Google Geocoding service.


Constructor Summary
protected Placemark.ExtendedData()
          A protected constructor is required for JS overlays.
 
Method Summary
 LatLngBounds getBounds()
          The rectangle area representing bounds of the placemark.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Placemark.ExtendedData

protected Placemark.ExtendedData()
A protected constructor is required for JS overlays.

Method Detail

getBounds

public final LatLngBounds getBounds()
The rectangle area representing bounds of the placemark.

Returns:
bounds of the placemark.