ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Google functions / Managing Google Maps
  • Properties specific to gglMarker variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
This type of variable is used by the gglMapParameter type.
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:
NameType used Effect
ColorInteger constantColor of marker:
  • Blanc: White
  • Black: Black
  • BleuClair: Blue
  • GrisClair: Grey
  • YellowClear: Yellow
  • RougeClair: Red
  • LightGreen: Green
LatitudeRealLatitude of marker.
LetterAnsi characterLetter of marker. Only the gglLarge and gglMedium markers can display a letter.
LongitudeRealLongitude of marker.
SizeCharacter String constantSize of marker. The constants available are: gglMini, gglPetit, gglMedium or gglLarge (gglGrand is used by default).

Related Examples:
The GglGetStaticMap function Unit examples (WINDEV): The GglGetStaticMap function
[ + ] Using gglGetMap to display a Google map in an Image control.
The GglGetStaticMap function Unit examples (WEBDEV): The GglGetStaticMap function
[ + ] Using GglGetStaticMap function to display a Google map in an Image control.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help