Class 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 Detail

      • GeocoderGeometry

        public GeocoderGeometry()
    • Method Detail

      • 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
      • setViewport

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