Click or drag to resize

MapContains Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check whether the map contains the given LatLon.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Contains(
	LatLon aPoint
)

Parameters

aPoint
Type: Telogis.GeoBaseLatLon
The location to test.

Return Value

Type: Boolean
True if the LatLon is inside the map.

Implements

IMapContains(LatLon)
See Also