|
- Overview of Map control
- Creating a Map control
- Displaying and handling maps
- Displaying the maps
- Maps handled by the user
- Specific features
- Internet Explorer: Required versions
- Modifying the permissions
Displaying and handling maps Displaying the maps When the window containing a Map control is opened, a world map is automatically displayed: the map is centered on Europe, with medium zoom level.
Related Examples:
|
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.
|
|
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.
|
|
Unit examples (WINDEV): The GglGetStaticMap function
[ + ] Using gglGetMap to display a Google map in an Image control.
|
|
Cross-platform examples (WINDEV Mobile): WM Geolocation
[ + ] This example explains how to perform proximity searches with geolocation : - search around me - search in a city, at a given address, or close to a specific address. The results are displayed in a looper and in a map with markers.
|
|
Cross-platform examples (WINDEV Mobile): WM Sports
[ + ] This example is a sport application used to save your performances. The application calculates the distance, the time, the average speed and the number of calories spent according to the sport. The run is displayed on a map control via markers and an itinerary. The example also includes a server part used to synchronize the user data. This webservice is available in the WEBDEV "WW_Sports" example.
|
This page is also available for…
|
|
|
| |
| | MapLicenseGgl("AIzaSyDbSVKYPwB1a-_vPbDzAr6LgAfIj4iW2hc")
PositionWx is geoPosition PositionWx.Latitude = -25.4401779 PositionWx.Longitude = -49.2118695
MarkerWx is Marker MarkerWx.Description = "WX INFORMATICA" MarkerWx.Name = "WX INFORMATICA" MarkerWx.Position = PositionWx
MapAddMarker(GoogleMaps,MarkerWx)
GoogleMaps.DisplayPosition(PositionWx) GoogleMaps..Zoom = 18 |
|
|
|
| |
| |
| |
|
| | MapLicenseGgl("AIzaSyDbSVKYPwB1a-_vPbDzAr6LgAfIj4iW2hc")
PositionWx is geoPosition PositionWx.Latitude = -25.4401779 PositionWx.Longitude = -49.2118695
MarkerWx is Marker MarkerWx.Description = "WX INFORMATICA" MarkerWx.Name = "WX INFORMATICA" MarkerWx.Position = PositionWx
MapAddMarker(GoogleMaps,MarkerWx)
GoogleMaps.DisplayPosition(PositionWx) GoogleMaps..Zoom = 18 |
|
|
|
| |
| |
| |
| |
| |
| |
| | |
| |