Class GeoCoordinates

java.lang.Object
com.amilesend.onedrive.resource.item.type.GeoCoordinates

public class GeoCoordinates extends Object
Describes geographic coordinates and elevation of a location-based drive item (e.g., a photo taken from a phone). Note: All attributes are optional.

API Documentation.

See Also:
  • Method Details

    • builder

      public static GeoCoordinates.GeoCoordinatesBuilder builder()
    • getAltitude

      public double getAltitude()
      The elevation in feet above sea level for the item.
    • getLatitude

      public double getLatitude()
      The latitude for the item.
    • getLongitude

      public double getLongitude()
      The longitude for the item.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object