Navigation SDK Documentation |
Variables | |
const SDK_INT4 | SDK_SV_ZoomToRoute = 0 |
const SDK_INT4 | SDK_SV_Center = 1 |
const SDK_INT4 | SDK_SV_Scale = 2 |
const SDK_INT4 | SDK_SV_Orientation = 4 |
const SDK_INT4 | SDK_SV_Mode3d = 8 |
const SDK_INT4 | SDK_SV_Pitch = 16 |
const SDK_INT4 | SDK_SV_All = SDK_SV_Center | SDK_SV_Scale | SDK_SV_Orientation | SDK_SV_Mode3d | SDK_SV_Pitch |
Setting parameters for the SDK_SetMapViewParameters function.
To change a map view set center, scale and orientation with these parameters.
const SDK_INT4 SDK_SV_ZoomToRoute = 0 |
Sets the scale of the map view to show the complete route.
const SDK_INT4 SDK_SV_Center = 1 |
Sets the center of the map view [merc].
const SDK_INT4 SDK_SV_Scale = 2 |
Sets the scale of the map view (100 is lowest and nearest).
const SDK_INT4 SDK_SV_Orientation = 4 |
Sets the orientation of the map view.
const SDK_INT4 SDK_SV_Mode3d = 8 |
Sets the 3d mode of the map view.
const SDK_INT4 SDK_SV_Pitch = 16 |
Sets the pitch angle of the map view.
const SDK_INT4 SDK_SV_All = SDK_SV_Center | SDK_SV_Scale | SDK_SV_Orientation | SDK_SV_Mode3d | SDK_SV_Pitch |
Sets all parameters of the map view.
© PTV Group 2019 | Generated on Thu Mar 28 2019 02:27:02 for NavigationSDK by 1.8.8 |