ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Map functions
  • Properties specific to Address variables
  • Using Address variables
  • Reinitialization
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The Address type is used to manipulate the address of a place or person. An address is defined by a postal address (street, city, state, postal code, country) and/or a geographic position (latitude and longitude). You can define and change the characteristics of this address via different WLanguage properties.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
MonAdresse is Address
MonAdresse.City = "Paris"
MonAdresse.Country = "France"
// Centre la carte affichée par le champ "CARTE_Position" à partir d'une adresse
MapDisplayPosition(CARTE_Position, MonAdresse)
Properties

Properties specific to Address variables

The following properties can be used to define the characteristics of Address variables:
Property nameType usedEffect
AdminAreaCharacter stringRegion associated with the address (state for an address in the USA, land for an address in Germany, etc.).
This property is optional.
CityCharacter stringName of city.
This property is optional.
CountryCharacter stringName of the country. This property is optional.
Android Label
Character stringLabel for the types of custom addresses (optional).
If Type does not correspond to the addressCustom constant, the value of this property will be ignored.
This property is mainly used to manage the contacts.
PositiongeoPosition variableGeographical position of address: latitude and longitude.
This property is optional.
If the geographic position is not specified, the PositionValid property of the geoPosition variable is set to False.
StreetCharacter stringName of the street, road or avenue.
This property is optional.
Android Type
Integer constantType of address:
  • addressOther other type of address.
  • office address: business (office) address.
  • home address: home address.
  • personalizedaddress custom type corresponding to the value of the Label.
This property is mainly used to manage the contacts.
ZipCodeCharacter stringZip code of the address.
This property is optional.
Remarks

Using Address variables

Address variables are used by the following functions:
geoGetAddressRetrieves an address or a list of addresses corresponding to the description of a geographic location.
MapAddItineraryAdds an itinerary onto a Map control.
MapDisplayPositionCenters the map displayed in a Map control on a geographical position or on a specific location.
The Address variables are used by the following types of variables:
ContactThe Contact type is used to define the advanced characteristics of a contact found in the phone book.

Reinitialization

You can use VariableReset to reset the content of an Address variable.
Related Examples:
WM Geolocation 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.
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/14/2025

Send a report | Local help