| | |
Constant | Description | Used by the functions |
---|
Versions 18 and lateraddressCustom New in version 18addressCustom addressCustom | Type of address: custom address. | Address variable |
Versions 18 and lateraddressHome New in version 18addressHome addressHome | Type of address: home address. | Address variable |
Versions 18 and lateraddressOther New in version 18addressOther addressOther | Type of address: other type of address. | Address variable |
Versions 18 and lateraddressWork New in version 18addressWork addressWork | Type of address: professional address (office). | Address variable |
Versions 18 and lateritineraryCar New in version 18itineraryCar itineraryCar | The itinerary will be drawn taking into account the roads accessible to cars. Characteristics of this mode: - This mode uses Google's geolocation mode. An Internet access is required.
- You can rearrange the order of the stops get the best possible route.
| MapAddItinerary |
Versions 21 and lateritineraryCarNotOptimized New in version 21itineraryCarNotOptimized itineraryCarNotOptimized | The itinerary will be drawn taking into account the roads accessible to cars. Characteristics of this mode: - This mode uses Google's geolocation mode. An Internet access is required.
- The order of the stops will not be changed.
| MapAddItinerary |
Versions 18 and lateritineraryCyclist New in version 18itineraryCyclist itineraryCyclist | The itinerary will be drawn by respecting the ways accessible to the bicycles. The itineraries for cyclists are not available in all the countries. See the documentation about the geo-localization service of Google for more details. Characteristics of this mode: - This mode uses Google's geolocation mode. An Internet access is required.
- You can rearrange the order of the stops get the best possible route.
| MapAddItinerary |
Versions 18 and lateritineraryManual New in version 18itineraryManual itineraryManual | The itinerary will be drawn in a straight line between each specified position while ignoring the roads. This mode is not necessarily using the geo-localization mode of Google. In this case, the <Positions> parameter must correspond to an array of geoPosition or Marker variables. In this mode, the intermediate steps are taken into account according to the addition order in the array. | MapAddItinerary |
Versions 18 and lateritineraryPedestrian New in version 18itineraryPedestrian itineraryPedestrian | The itinerary will be drawn by respecting the ways accessible to the pedestrians. Characteristics of this mode: - This mode uses Google's geolocation mode. An Internet access is required.
- You can rearrange the order of the stops get the best possible route.
| MapAddItinerary |
Versions 26 and latermcsAubergine New in version 26mcsAubergine mcsAubergine | Style applied to the map: "aubergine" style. | MapGetStyle, MapChangeStyle |
Versions 26 and latermcsAutomatic New in version 26mcsAutomatic mcsAutomatic | Style applied to the map: The style will be applied according to the light or dark mode of the application:- Light theme: the "standard" style will be used,
- Dark theme: the "night" style will be used.
If the theme of the application changes while the Map control is displayed, the style will change automatically. | MapGetStyle, MapChangeStyle |
Versions 26 and latermcsCustom New in version 26mcsCustom mcsCustom | Style applied to the map: Custom style. | MapGetStyle, MapChangeStyle |
Versions 26 and latermcsDark New in version 26mcsDark mcsDark | Style applied to the map: "Dark" style. | MapGetStyle, MapChangeStyle |
Versions 26 and latermcsNight New in version 26mcsNight mcsNight | Style applied to the map: "night" style. | MapGetStyle, MapChangeStyle |
Versions 26 and latermcsRetro New in version 26mcsRetro mcsRetro | Style applied to the map: "Retro" style. | MapGetStyle, MapChangeStyle |
Versions 26 and latermcsSilver New in version 26mcsSilver mcsSilver | Style applied to the map: "silver" style. | MapGetStyle, MapChangeStyle |
Versions 26 and latermcsStandard New in version 26mcsStandard mcsStandard | Style applied to the map: "standard" style. | MapGetStyle, MapChangeStyle |
Versions 21 and latermkBottom New in version 21mkBottom mkBottom | Mode for aligning the marker when it is displayed on a map: Marker displayed at the bottom of the position. | Marker type |
Versions 21 and latermkCenter New in version 21mkCenter mkCenter | Mode for aligning the marker when it is displayed on a map: Marker displayed on the position. | Marker type |
Versions 21 and latermkLeft New in version 21mkLeft mkLeft | Mode for aligning the marker when it is displayed on a map: Marker displayed on the left of the position. | Type Marker |
Versions 21 and latermkRight New in version 21mkRight mkRight | Mode for aligning the marker when it is displayed on a map: Marker displayed on the right of the position. | Type Marker |
Versions 21 and latermkTop New in version 21mkTop mkTop | Mode for aligning the marker when it is displayed on a map: Marker displayed at the top of the position. | Marker type |