Click or drag to resize

RouteStopHitTest Method (Point, IMap)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteStopHitTestResult HitTest(
	Point p,
	IMap aMap
)

Parameters

p
Type: System.DrawingPoint
Point
aMap
Type: Telogis.GeoBaseIMap
The IMap upon which the click occurred.

Return Value

Type: RouteStopHitTestResult
A value representing an Icon or Widget on the map below the point, or Nothing.
See Also