ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Map functions
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
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
Android Remark: This function is available in the Android emulator and in the Android simulator.
Example
WindowsAndroidiPhone/iPad
// Returns the point in the map corresponding to the current user position
MyLocation is geoPosition
MyPosition = MapGetPosition(MAP_Position)
IF ErrorOccurred = False THEN
RETURN MapInfoPosition(MAP_Position, MyLocation)
END
Syntax
<Result> = MapGetPosition([<Map control>])
<Result>: geoPosition variable
geoPosition variable corresponding to the geographical position of the point currently displayed in the center of the Map control.
WindowsUniversal Windows 10 AppAndroidiPhone/iPad In an error occurs, the ErrorOccurred variable is set to True and ErrorInfo returns the details of the error.
<Map control>: Optional control name
Name of the Map control to be used. If this parameter corresponds to an empty string ("") or is not specified, the Map control to which the current event belongs will be used.
Related Examples:
The Map control Unit examples (WEBDEV): The Map control
[ + ] This example explains how to use the Map control of WEBDEV.
It can be used to display a map that includes markers as well as an itinerary.
The Map control Unit examples (WINDEV): The Map control
[ + ] Using the Map control of WINDEV.
It is used to display a map that includes markers as well as an itinerary.
Component: wd290obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help