ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Google functions / Managing Google Maps
  • Properties specific to gglPath 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
gglPath (Type of variable)
In french: gglChemin
The gglPath type is used to define the characteristics of the route to drawn on a map. The characteristics of the route can be defined and changed using different WLanguage properties. The drawing of the route uses the specified points (and not the streets on the map).
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 gglPath variables

The following properties can be used to handle gglPath variables:
Property nameType usedEffect
ColorIntegerColor of drawing. This color can correspond to:
ThicknessIntegerLine thickness (in pixels).
OpacityIntegerOpacity of the line (in percentage).
Point[n]Array of gglCoordinatePoints of the route. The maximum number of points that can be used is set to 100.
Point[n].Latitude
RealLatitude of the point.
Point[n].Longitude
RealLongitude of the point.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help