Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.Latitude

TElOneDrivePhoto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The latitude of the location where the photo was taken.

Declaration

[C#]
    double Latitude;

[VB.NET]
    Property Latitude As Double

[Pascal]
    property Latitude: double;

[C++]
    double get_Latitude();

[PHP]
    double get_Latitude()

[Java]
    double getLatitude();

Description

    Use this property to get the latitude of the location where the photo was taken, as determined by the camera.

See also:     Altitude     Longitude    

Discuss this help topic in SecureBlackbox Forum