RoundaboutExitNotificationShouldRaise Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Checks if this notification should be raised in navigation mode.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override bool ShouldRaise(
NavigationEvent desc,
Position pos,
LatLon loc,
DistanceMeter interDist
)
Public Overrides Function ShouldRaise (
desc As NavigationEvent,
pos As Position,
loc As LatLon,
interDist As DistanceMeter
) As Boolean
Parameters
- desc
- Type: Telogis.GeoBase.NavigationNavigationEvent
The current NavigationEvent. - pos
- Type: Telogis.GeoBase.NavigationPosition
The current Position as returned by the GPS. - loc
- Type: Telogis.GeoBaseLatLon
The latlon on the street grid. May be the same as pos if no streets are close enough. - interDist
- Type: Telogis.GeoBaseDistanceMeter
The distance since the last intersection.
Return Value
Type:
BooleanTrue if this notification should be raised in navigation mode,
otherwise
false.
See Also