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
<Map>.GetImage (Function)
In french: <Carte>.RécupèreImage
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
Example
// Retrieve the image displayed in the Map control and assign it to an Image control
MAP_MyMapControl.GetImage(CallbackMapGetImage)
 
INTERNAL PROCEDURE CallbackMapGetImage(MapImage is Image)
IMG_Image = MapImage
END
Syntax
<Map control>.GetImage(<WLanguage procedure>)
<Map control>: Control name
Name of the Map control to be used.
<WLanguage procedure>: Procedure name
Name of the WLanguage procedure ("callback") called when the Map control image is available.
This procedure has the following format:
PROCEDURE <Procedure name>(<Image>)
where <Image> is an Image variable containing the map displayed in the control.
Remarks
iPhone/iPad If the Map control contains MapPolyline drawings that use the Geodesic property, the Geodesic property will be ignored in the image obtained.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help