MapLocation.Address Property

Definition

Gets the address of a geographic location.

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

Property Value

The address of a geographic location.

Applies to

See also