Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.Longitude

TElOneDrivePhoto     See also     


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


The longitude of the location where the photo was taken.

Declaration

[C#]
    double Longitude;

[VB.NET]
    Property Longitude As Double

[Pascal]
    property Longitude: double;

[C++]
    double get_Longitude();

[PHP]
    double get_Longitude()

[Java]
    double getLongitude();

Description

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

See also:     Altitude     Latitude    

Discuss this help topic in SecureBlackbox Forum