ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The TrafficInfo property is used to:
  • determine whether traffic information is displayed in the Map control.
  • display or hide traffic information in the Map control.
Example
// Display traffic information
MAP_Map.TrafficInfo = True
Syntax

Determining whether traffic information is displayed in the Map control Hide the details

<Result> = <Map control>.TrafficInfo
<Result>: Boolean
  • True if traffic information should be displayed,
  • False otherwise.
<Map control>: Control name
Name of the Map control to be used.

Displaying or hiding traffic information in a Map control Hide the details

<Map control>.TrafficInfo = <Traffic info>
<Map control>: Control name
Name of the Map control to be used.
<Traffic info>: Boolean
  • True if traffic information should be displayed,
  • False otherwise.
Related Examples:
WD Extended Map Training (WINDEV): WD Extended Map
[ + ] This example shows the different features of the Map control in desktop (Windows) and mobile (Android, iOS) devices
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help