Click or drag to resize

RouteHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check if there is a hit on any of the RouteStops in this route.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IMapMouseHandler HitTest(
	int x,
	int y,
	IMap aMap
)

Parameters

x
Type: SystemInt32
The x coordinate to be tested.
y
Type: SystemInt32
The y coordinate to be tested.
aMap
Type: Telogis.GeoBaseIMap
The IMap upon which to perform the test.

Return Value

Type: IMapMouseHandler
If there is a hit, returns the RouteStop that was hit. If not, returns null.

Implements

IMapMouseHandlerHitTest(Int32, Int32, IMap)
See Also