Untitled Document
SChangeOption Members
GPS NAVIGATION SDK
version 8.3 build 47035

SChangeOption overview

Public Instance Constructors

SChangeOption Constructor Initializes a new instance of the SChangeOption class.

Public Instance Fields

bAllowClosedRoads Allow closed roads in route computing
bAvoidFerries Flag determining whether Drive avoids ferries when computing route.
bAvoidUTurns Flag determining whether Drive avoids U-turns when computing route.
bDisableMainMenu Flag enabling/disabling main menu.
bDisableRecompute Flag enabling/disabling recomputing route when deviating from the route
bMaxSpeedWarn Enable acoustic speed exceeding warning 1 = enable, 0 = disable, -1 = get value
bOperateRightHanded Flag effecting Drive appearance.
bRadarsVisible Radars visible 1 = visible, 0 = invisible, -1 = get value
bRadarsWarnOn Enable speed camera warning 1 = enable, 0 = disable, -1 = get value
bSnapToEveryRoad Allows position snapping to forbidden roads
bSoundEnabled Flag enabling/disabling sounds.
bTruckInMap Flag determining whether a truck attributes are contained in map. This flag is readonly
bTTSEnabled Selected sound is TTS
bUseTruckAtt Use truck attributes
ClockFormat Flag determining clock format.
DistanceUnit Flag determinig distance units.
GPSUnits Flag determinig GPSUnits format.
HomePosition LONGPOSITION struct determining location of home position.

See Coordinates conversion section in TROUBLESHOOTING page.

KeyboardType Flag determining keyboard type.
nAvoidTollRoads Flag determining whether Drive avoids toll roads when computing route.
nETAMaximumSpeed Estimate time arrival maximum speed
nETAPercentageChange Estimate time arrival percentage change
nInvisiblePointReachDistance Invisible waypoints reach distance in meters
nKingpinEndTrailer Kingpin to end of trailer (last trailer if applicable) [mm]
nKingpinLastAxle Kingpin to last axle [mm]
nKingpinLastTandem Kingpin to middle of last tandem [mm]
nLoadRestrictions HAZMAT / Load restrictions. See LOAD_RESTRICTIONS.
nPlanningSettings Flag determinating what kind of route Drive computes.
nPlanningSettingsLimitedSpeed Parameter determinig vehicle speed limit. Used only if route is computed for vehicles with limited speed. (see nPlanningSettings)
nRadarDistance Radars warning distance (range 1..10), -1 = get value, real distance = distance * 100 (m / yd)
nRadarDistanceInCity Radars warning distance in city (range 1..10), -1 = get value, real distance = distance * 100 (m / yd)
nSignpostDirection Displayed signposts: 0=disabled, 1=Preffered direction, 2=All directions, -1=get value
nSignpostSize Displayed signposts size: 0=single line, 1=simplified, 2=full, -1=get value
nSkin Skin mode 0 = DAY, 1 = NIGHT, 2 = AUTOSKIN
nSpeedExceed Speed warning is triggered when the maximum allowed speed outside city is exceeded by this value
nSpeedExceedInCity Speed warning is triggered when the maximum allowed speed in city is exceeded by this value
nTimeZone Time zone in minutes. This flag is readonly.
nTractorLength Tractor Length [mm]
nTrailerLength Trailer Length [mm]
nTruckAxleLength Extreme axle length [mm]
nTruckHeight Posted height [mm]
nTruckLenght Total vehicle length [mm]
nTruckMaxSpeed Truck max speed [km/h]
nTruckOtherLength Other length [mm]
nTruckOtherWeight Other weight [kg]
nTruckTandemWeight Tandem axle weight [kg]
nTruckTridemWeight Tridem axle weight [kg]
nTruckUnladenWeight Unladen vehicle weight [kg]
nTruckWeightAxle Weight per axle [kg]
nTruckWeightTotal Gross vehicle weight [kg]
nTruckWidth Vehicle width [mm]
nView View mode 0 = 2D, 1 = 3D, 2 = 2D North up
nVisiblePointReachDistance Visible waypoints reach distance in meters
nVolumeMax Represents maximum sound volume. (0-10)
nVolumeMin Represents minimum sound volume. (0-10)

Public Instance Properties

Language Defines language based on assignment of the form "(language).lang", e.g. "english.lang".
MaxSpeedSound Name of the sound file to play on speed warning
Voice Defines voice based on assignment of the voice folder name, e.g. "english_us".
VoicePerson Name of the sound file to play on speed warning

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetHomeLocation The function returns name of home position.
GetType (inherited from Object)Gets the Type of the current instance.
SetHomeLocation The function sets name of home position.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SChangeOption Class | ApplicationAPI Namespace