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
Calculates the distance of an itinerary in a Map control.
Example
sID is string = MAP_MapControl.AddItinerary(["Place de la Comédie, Montpellier", ...
"Avenue des Champs Elysées, Paris"], itineraryCar)
rDist is real
rDist = MAP_MapControl.ItineraryDistance(sID)
STC_DETAILS = "Distance: " + rDist / 1000.0 + " km"
Syntax
<Result> = <Map control>.ItineraryDistance(<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.
<Itinerary ID>: Character string
Identifier of the itinerary to use. This ID is the result of the <Map>.AddItinerary 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).
  • <Map>.ItineraryDistance has no effect for itineraries added with <Map>.AddItinerary and the itineraryManual constant).
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