MapAddress MapAddress MapAddress MapAddress Class

Definition

Represents an address.

public : sealed class MapAddress : IMapAddress, IMapAddress2public sealed class MapAddress : IMapAddress, IMapAddress2Public NotInheritable Class MapAddress Implements IMapAddress, IMapAddress2// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

A collection of MapLocation objects is returned through the Locations property of the MapLocationFinderResult when you call the methods of the MapLocationFinder class. Each MapLocation object has an Address property which returns a MapAddress.

Your Universal Windows app must be authenticated before it can use the MapControl and map services in the Windows.Services.Maps namespace. To authenticate your app, you must specify a maps authentication key.

See Request a maps authentication key.

Properties

BuildingFloor BuildingFloor BuildingFloor BuildingFloor

Gets or sets the building floor of an address.

public : PlatForm::String BuildingFloor { get; }public string BuildingFloor { get; }Public ReadOnly Property BuildingFloor As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The building floor of an address.

See Also

BuildingName BuildingName BuildingName BuildingName

Gets or sets the building name of an address.

public : PlatForm::String BuildingName { get; }public string BuildingName { get; }Public ReadOnly Property BuildingName As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The building name of an address.

See Also

BuildingRoom BuildingRoom BuildingRoom BuildingRoom

Gets or sets the building room of an address.

public : PlatForm::String BuildingRoom { get; }public string BuildingRoom { get; }Public ReadOnly Property BuildingRoom As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The building room of an address.

See Also

BuildingWing BuildingWing BuildingWing BuildingWing

Gets or sets the building wing of an address.

public : PlatForm::String BuildingWing { get; }public string BuildingWing { get; }Public ReadOnly Property BuildingWing As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The building wing of an address.

See Also

Continent Continent Continent Continent

Gets or sets the continent of an address.

public : PlatForm::String Continent { get; }public string Continent { get; }Public ReadOnly Property Continent As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The continent of an address.

See Also

Country Country Country Country

Gets or sets the country of an address.

public : PlatForm::String Country { get; }public string Country { get; }Public ReadOnly Property Country As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The country of an address.

See Also

CountryCode CountryCode CountryCode CountryCode

Gets or sets the country code of an address.

public : PlatForm::String CountryCode { get; }public string CountryCode { get; }Public ReadOnly Property CountryCode As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The country code of an address.

See Also

District District District District

Gets or sets the district of an address.

public : PlatForm::String District { get; }public string District { get; }Public ReadOnly Property District As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The district of an address.

See Also

FormattedAddress FormattedAddress FormattedAddress FormattedAddress

Gets the complete address in string format.

public : PlatForm::String FormattedAddress { get; }public string FormattedAddress { get; }Public ReadOnly Property FormattedAddress As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The complete address in string format.

Neighborhood Neighborhood Neighborhood Neighborhood

Gets or sets the neighborhood of an address.

public : PlatForm::String Neighborhood { get; }public string Neighborhood { get; }Public ReadOnly Property Neighborhood As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The neighborhood of an address.

See Also

PostCode PostCode PostCode PostCode

Gets or sets the postal code of an address.

public : PlatForm::String PostCode { get; }public string PostCode { get; }Public ReadOnly Property PostCode As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The postal code of an address.

See Also

Region Region Region Region

Gets or sets the region (for example, the state or province) of an address.

public : PlatForm::String Region { get; }public string Region { get; }Public ReadOnly Property Region As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The region (for example, the state or province) of an address.

See Also

RegionCode RegionCode RegionCode RegionCode

Gets or sets the code for the region (for example, the state or province) of an address.

public : PlatForm::String RegionCode { get; }public string RegionCode { get; }Public ReadOnly Property RegionCode As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The code for the region (for example, the state or province) of an address.

See Also

Street Street Street Street

Gets or sets the street of an address.

public : PlatForm::String Street { get; }public string Street { get; }Public ReadOnly Property Street As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The street of an address.

See Also

StreetNumber StreetNumber StreetNumber StreetNumber

Gets or sets the street number of an address.

public : PlatForm::String StreetNumber { get; }public string StreetNumber { get; }Public ReadOnly Property StreetNumber As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The street number of an address.

See Also

Town Town Town Town

Gets or sets the town or city of an address.

public : PlatForm::String Town { get; }public string Town { get; }Public ReadOnly Property Town As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The town or city of an address.

See Also

See Also