|
|
|
|
|
- Properties specific to gglPath variables
gglPath (Variable type) In french: gglChemin
The gglPath type is used to define the characteristics of the route to drawn on a map. You can define and change the characteristics of the route using different WLanguage properties. The drawing of the route uses the specified points (and not the streets on the map). Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. Properties Properties specific to gglPath variables The following properties can be used to handle gglPath variables: | | | Property name | Type used | Effect |
---|
Color | Integer | Color of drawing. This color can correspond to: | Thickness | Integer | Thickness of the line (in pixels). | Opacity | Integer | Opacity of the line (in percentage). | Point[n] | Array of gglCoordinate | Points of the route. The maximum number of points that can be used is set to 100. | Point[n].Latitude | Real | Latitude of the point. | Point[n].Longitude | Real | Longitude of the point. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|