|
|
|
|
|
- Properties specific to gglMarker variables
gglMarker (Variable type) In french: gglMarqueur
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map. You can define and change the characteristics of this marker using different WLanguage properties. 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 gglMarker variables The following properties can be used to define the characteristics of gglMarker variables: | | | Name | Type used | Effect |
---|
Color | Integer constant | Color of marker:- Blanc: White
- Black: Black
- BleuClair: Blue
- GrisClair: Grey
- YellowClear: Yellow
- RougeClair: Red
- LightGreen: Green
| Latitude | Real | Latitude of marker. | Letter | Ansi character | Letter of marker. Only the gglLarge and gglMedium markers can display a letter. | Longitude | Real | Longitude of marker. | Size | Character String constant | Size of marker. The constants available are: gglMini, gglPetit, gglMedium or gglLarge (gglGrand is used by default). |
Related Examples:
|
Unit examples (WINDEV): The GglGetStaticMap function
[ + ] Using gglGetMap to display a Google map in an Image control.
|
|
Unit examples (WEBDEV): The GglGetStaticMap function
[ + ] Using GglGetStaticMap function to display a Google map in an Image control.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|