Class Bounds

java.lang.Object
ai.nextbillion.maps.model.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

    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 Details

    • northeast

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

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

  • Method Details

    • toString

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