Class NortheastSoutwestInfo


  • public class NortheastSoutwestInfo
    extends Object
    POJO for a google geocoder JSON Object viewport and bounds
    Contains the recommended viewport for displaying the returned result, specified as two latitude,longitude values defining the southwest and northeast corner of the viewport bounding box. Generally the viewport is used to frame a result when displaying it to a user.

    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

      • NortheastSoutwestInfo

        public NortheastSoutwestInfo()
    • Method Detail

      • getNortheast

        public GLatLng getNortheast()
        Returns:
        the northeast
      • setNortheast

        public void setNortheast​(GLatLng northeast)
        Parameters:
        northeast - the northeast to set
      • getSouthwest

        public GLatLng getSouthwest()
        Returns:
        the southwest
      • setSouthwest

        public void setSouthwest​(GLatLng southwest)
        Parameters:
        southwest - the southwest to set