LocalLocation.Address Property

Definition

Gets the postal address of the business or place.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public:
 property MapAddress ^ Address { MapAddress ^ get(); };
MapAddress Address();
public MapAddress Address { get; }
var mapAddress = localLocation.address;
Public ReadOnly Property Address As MapAddress

Property Value

The postal address of the business or place.

Applies to