AnnouncerSetMaxAnnouncementDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the maximum distance to announce the instruction for the next turn.
If the distance to the next turn is greater than this distance, the driver will
simply be told to 'continue'
Namespace:
Telogis.GeoBase.Navigation.Announcements
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetMaxAnnouncementDistance(
int dist,
DistanceUnit units
)
Public Sub SetMaxAnnouncementDistance (
dist As Integer,
units As DistanceUnit
)
Parameters
- dist
- Type: SystemInt32
The distance to be set. - units
- Type: Telogis.GeoBaseDistanceUnit
The unit for the input distance.
See Also