ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site...
MapModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
MapAddImage (Function)
Adds a new image to the map displayed in a Map control.
MapModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map...
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed...
1
3
4
5
6
7
16
>