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
MapItineraryDistance (Function)
In french: CarteDistanceItinéraire
Calculates the distance of an itinerary in a Map control.
Example
sID is string = MapAddItinerary(MAP_MapControl, ["Place de la Comédie, Montpellier", ...
"Avenue des Champs Elysées, Paris"], itineraryCar)
rDist is real
rDist = MapItineraryDistance(MAP_MapControl, sID)
STC_DETAILS = "Distance: " + rDist / 1000.0 + " km"
Syntax
<Result> = MapItineraryDistance(<Map control> , <Itinerary ID>)
<Result>: Real
  • Distance of the itinerary expressed in meters.
  • 0 if a problem occurs (invalid ID, for example).
<Map control>: Control name
Name of the Map control to be used. If this parameter corresponds to an empty string (""), the Map control to which the current event belongs will be used.
<Itinerary ID>: Character string
Identifier of the itinerary to use. This ID is the result of the MapAddItinerary function.
Remarks
  • WEBDEV - Browser code This function must not be called in the same process as the one used to display the itinerary. Indeed, the calculation is asynchronous. This function must be called once the itinerary is displayed (in the code of a calculation button for example).
  • MapItineraryDistance has no effect for itineraries added with MapAddItinerary and the itineraryManual constant).
Component: wd290obj.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help