MapAddress.FormattedAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the complete address in string format.
public:
property Platform::String ^ FormattedAddress { Platform::String ^ get(); };
winrt::hstring FormattedAddress();
public string FormattedAddress { get; }
var string = mapAddress.formattedAddress;
Public ReadOnly Property FormattedAddress As String
Property Value
The complete address in string format.