ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Google functions / Managing Google Maps
  • Properties specific to gglMarker variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
gglMarker (Type of variable)
In french: gglMarqueur
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map. The characteristics of this marker can be defined and changed using different WLanguage properties.
This type of variable is used by the gglMapParameter type.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Remarks

Properties specific to gglMarker variables

The following properties can be used to handle gglMarker variables:
NameType used Effect
ColorInteger constantColor of marker:
  • White: White
  • Black: Black
  • LightBlue: Blue
  • LightGray: Gray
  • LightYellow: Yellow
  • LightRed: 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 available constants are: gglTiny, gglSmall, gglMedium or gglLarge (gglLarge 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: 06/22/2023

Send a report | Local help