SystemGPSProperties.LatitudeDecimal Property

Definition

Gets the name of the property (one of the GPS file properties.

public:
 property Platform::String ^ LatitudeDecimal { Platform::String ^ get(); };
winrt::hstring LatitudeDecimal();
public string LatitudeDecimal { get; }
var string = systemGPSProperties.latitudeDecimal;
Public ReadOnly Property LatitudeDecimal As String

Property Value

String

Platform::String

winrt::hstring

The name of the file property.

Applies to

See also