Lat Lng Bounds
A rectangle in geographical coordinates from points at the southwest and northeast corners.
Constructors
Constructs a LatLngBounds from doubles representing a LatLng pair.
Properties
Functions
Get the absolute distance, in degrees, between the north and south boundaries of this LatLngBounds
Get the absolute distance, in degrees, between the west and east boundaries of this LatLngBounds
Constructs a LatLngBounds from current bounds with an additional latitude-longitude pair.
Returns a new LatLngBounds that is the intersection of this with another LatLngBounds,
Returns a new LatLngBounds that is the intersection of this with another box.
Validate if LatLngBounds is empty, determined if absolute distance is
Extension method to convert a LatLngBounds to a Polygon Geometry.
Returns a new LatLngBounds that stretches to contain both this and another LatLngBounds.