RoundaboutExitNotificationShouldRaiseMapFollow Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This nofication is never raised in map follow mode.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override bool ShouldRaiseMapFollow(
Position pos,
LatLon loc
)
Public Overrides Function ShouldRaiseMapFollow (
pos As Position,
loc As LatLon
) As Boolean
Parameters
- 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.
Return Value
Type:
BooleanAlways returns
false.
See Also