Click or drag to resize

MovementCategorizer Constructor (String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a MovementCategorizer that uses images from a specified folder. The images should be in PNG or BMP format.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MovementCategorizer(
	string imagesPath
)

Parameters

imagesPath
Type: SystemString
The path for the folder that contains the images for displaying different movements.
Remarks

The images folder should contain the following images (in PNG or BMP format):

FileRepresents
around_round_lhd.pngU turn by going around a traffic circle in left-hand traffic.
around_round_rhd.pngU turn by going around a traffic circle in right-hand traffic.
container.pngbackground/blank image.
destination.pngArrival at destination
fwy_change_l.pngChange freeways to the left.
fwy_change_r.pngChange freeways to the right.
fwy_enter_l.pngEnter freeway from the left.
fwy_enter_r.pngEnter freeway from the right.
fwy_exit_l.pngExit freeway on the left.
fwy_exit_r.pngExit freeway on the right.
left.pngTurn left.
left_bear.pngBear to the left.
left_lane.pngUse the left lane.
left_round_lhd.pngTurn left at the traffic circle in left-hand traffic.
left_round_rhd.pngTurn left at the traffic circle in right-hand traffic.
left_sharp.pngTake a sharp left
right.pngTurn right.
right_bear.pngBear to the right.
right_lane.pngUse the right lane.
right_round_lhd.pngTurn right at the traffic circle in left-hand traffic.
right_round_rhd.pngTurn right at the traffic circle in right-hand traffic.
right_sharp.pngTake a sharp right.
straight.pngGo straight ahead.
straight_round_lhd.pngGo straight through the traffic circle in left-hand traffic.
straight_round_rhd.pngGo straight through the traffic circle in right-hand traffic.
uturn_lhd.pngMake a u turn in left-hand traffic (by turning right).
uturn_rhd.pngMake a u turn in right-hand traffic (by turning left).
See Also