Package com.dropbox.core.v2.files
Class GpsCoordinates
- java.lang.Object
- 
- com.dropbox.core.v2.files.GpsCoordinates
 
- 
 public class GpsCoordinates extends java.lang.ObjectGPS coordinates for a photo or video.
- 
- 
Constructor SummaryConstructors Constructor Description GpsCoordinates(double latitude, double longitude)GPS coordinates for a photo or video.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)doublegetLatitude()Latitude of the GPS coordinates.doublegetLongitude()Longitude of the GPS coordinates.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Method Detail- 
getLatitudepublic double getLatitude() Latitude of the GPS coordinates.- Returns:
- value for this field.
 
 - 
getLongitudepublic double getLongitude() Longitude of the GPS coordinates.- Returns:
- value for this field.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String toStringMultiline() Returns a String representation of this object formatted for easier readability.The returned String may contain newlines. - Returns:
- Formatted, multiline String representation of this object
 
 
- 
 
-