Class Bounds

  • All Implemented Interfaces:
    java.io.Serializable

    public class Bounds
    extends java.lang.Object
    implements java.io.Serializable
    The northeast and southwest points that delineate the outer bounds of a map.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      LatLng northeast
      The northeast corner of the bounding box.
      LatLng southwest
      The southwest corner of the bounding box.
    • Constructor Summary

      Constructors 
      Constructor Description
      Bounds()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • northeast

        public LatLng northeast
        The northeast corner of the bounding box.
      • southwest

        public LatLng southwest
        The southwest corner of the bounding box.
    • Constructor Detail

      • Bounds

        public Bounds()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object