|
|
|
|
|
Constants for managing Map controls
The following constants are used to manipulate Map controls: | | | Constant | Description | Used by the functions |
---|
addressCustom | Address type: personalized address. | Address variable | addressHome | Address type: home address. | Address variable | addressOther | Address type: other address type. | Address variable | addressWork | Address type: business (office) address. | Address variable | 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 | 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 | 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. For more information, please consult the Google geolocation service documentation. 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 | itineraryManual | The itinerary will be drawn in a straight line between each specified position while ignoring the roads. This mode avoids the use of Google's geolocation mode.. 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 | 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 | mcsAubergine | Style applied to card: "eggplant" style. | MapGetStyle, MapChangeStyle | mcsAutomatic | Style applied to map: The style will be applied according to the application's light or dark mode:- Clear theme: the style used will be the "standard" style,
- Dark theme: the style used will be "night".
If the theme of the application changes while the Map control is displayed, the style will change automatically. | MapGetStyle, MapChangeStyle | mcsCustom | Style applied to card: Custom style. | MapGetStyle, MapChangeStyle | mcsDark | Style applied to map: "Dark" style. | MapGetStyle, MapChangeStyle | mcsNight | Style applied to card: "Night" style. | MapGetStyle, MapChangeStyle | mcsRetro | Style applied to the card: "Retro" style. | MapGetStyle, MapChangeStyle | mcsSilver | Style applied to card: "Silver" style. | MapGetStyle, MapChangeStyle | mcsStandard | Style applied to card: "standard" style. | MapGetStyle, MapChangeStyle | mkBottom | Marker alignment mode when displayed on a map: Marker displayed at bottom of position. | Marker type | mkCenter | Marker alignment mode when displayed on a map: Marker displayed on position. | Marker type | mkLeft | Marker alignment mode when displayed on a map: Marker displayed to the left of position. | Marker type | mkRight | Marker alignment mode when displayed on a map: Marker displayed to the right of position. | Marker type | mkTop | Marker alignment mode when displayed on a map: Marker displayed at top of position. | Marker type |
The following constants are used to manipulate Map controls (prefix syntax): | | | Constant | Description | Used by the functions |
---|
addressCustom | Address type: personalized address. | Address variable | addressHome | Address type: home address. | Address variable | addressOther | Address type: other address type. | Address variable | addressWork | Address type: business (office) address. | Address variable | 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.
| <Map>.AddItinerary | 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.
| <Map>.AddItinerary | 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. For more information, please consult the Google geolocation service documentation. 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.
| <Map>.AddItinerary | itineraryManual | The itinerary will be drawn in a straight line between each specified position while ignoring the roads. This mode avoids the use of Google's geolocation mode.. 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. | <Map>.AddItinerary | 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.
| <Map>.AddItinerary | mcsAubergine | Style applied to card: "eggplant" style. | MapGetStyle, MapChangeStyle | mcsAutomatic | Style applied to map: The style will be applied according to the application's light or dark mode:- Clear theme: the style used will be the "standard" style,
- Dark theme: the style used will be "night".
If the theme of the application changes while the Map control is displayed, the style will change automatically. | MapGetStyle, MapChangeStyle | mcsCustom | Style applied to card: Custom style. | <Map>.GetStyle, <Map>.ChangeStyle | mcsDark | Style applied to map: "Dark" style. | <Map>.GetStyle, <Map>.ChangeStyle | mcsNight | Style applied to card: "Night" style. | <Map>.GetStyle, <Map>.ChangeStyle | mcsRetro | Style applied to the card: "Retro" style. | <Map>.GetStyle, <Map>.ChangeStyle | mcsSilver | Style applied to card: "Silver" style. | MapGetStyle, MapChangeStyle | mcsStandard | Style applied to card: "standard" style. | <Map>.GetStyle, <Map>.ChangeStyle | mkBottom | Marker alignment mode when displayed on a map: Marker displayed at bottom of position. | Marker type | mkCenter | Marker alignment mode when displayed on a map: Marker displayed on position. | Marker type | mkLeft | Marker alignment mode when displayed on a map: Marker displayed to the left of position. | Marker type | mkRight | Marker alignment mode when displayed on a map: Marker displayed to the right of position. | Marker type | mkTop | Marker alignment mode when displayed on a map: Marker displayed at top of position. | Marker type |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|