Class GeocoderGeometry

java.lang.Object
org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry

public class GeocoderGeometry extends Object
Equivalent POJO for the google geometry JSON-Object of a geocoder request

See also: Google Geocoder JSONResult Doc
Note:
The most documentation in this class a have been adopted by Google documentation.
Say thank you to Google!

Author:
Mathias Born - Contact: www.mathiasborn.de
  • Constructor Details

    • GeocoderGeometry

      public GeocoderGeometry()
  • Method Details

    • getBounds

      public NortheastSoutwestInfo getBounds()
      Returns:
      the bounds
    • setBounds

      public void setBounds(NortheastSoutwestInfo bounds)
      Parameters:
      bounds - the bounds to set
    • getLocation

      public GLatLng getLocation()
      Returns:
      the location
    • setLocation

      public void setLocation(GLatLng location)
      Parameters:
      location - the location to set
    • getLocation_type

      public String getLocation_type()
      Returns:
      the location_type
    • setLocation_type

      public void setLocation_type(String location_type)
      Parameters:
      location_type - the location_type to set
    • getViewport

      public NortheastSoutwestInfo getViewport()
      Returns:
      the viewport
    • setViewport

      public void setViewport(NortheastSoutwestInfo viewport)
      Parameters:
      viewport - the viewport to set