Class GeoCoordinates
java.lang.Object
com.amilesend.onedrive.resource.item.type.GeoCoordinates
Describes geographic coordinates and elevation of a location-based drive item (e.g., a photo taken from a phone).
Note: All attributes are optional.
- See Also:
-
Method Details
-
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
-
hashCode
public int hashCode() -
toString
-