Click or drag to resize

BoundingBoxWorldBounds Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a BoundingBox that covers the whole world.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static BoundingBox WorldBounds { get; }

Return Value

Type: BoundingBox
A BoundingBox with the bottom-left corner set to a LatLon of -90,-180 and the top right-hand corner set to a LatLon of 90,180.
See Also