VideoProperties.Latitude 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 latitude coordinate where the video was shot.
public:
property IReference<double> ^ Latitude { IReference<double> ^ get(); };
IReference<double> Latitude();
public System.Nullable<double> Latitude { get; }
var iReference = videoProperties.latitude;
Public ReadOnly Property Latitude As Nullable(Of Double)
Property Value
The latitude coordinate where the video was shot.
The system computes this coordinate using the following file properties:
- System.GPS.Latitude
- System.GPS.LatitudeDenominator
- System.GPS.LatitudeNumerator
- System.GPS.LatitudeRef
Remarks
To set the latitude or longitude of the video, you must set all four of the file properties that are used to compute the latitude or longitude coordinates.
For code examples that demonstrate working with Latitude, Longitude and their underlying file properties, see the Simple imaging sample.