Immutable class representing a GeoPoint in Cloud Firestore
|
GeoPoint(double latitude, double longitude)
Construct a new
GeoPoint using the provided latitude and longitude values. |
| int | |
| boolean | |
| double | |
| double | |
| int |
hashCode()
|
| String |
toString()
|
Construct a new GeoPoint using the provided latitude and longitude values.
| latitude | The latitude of this GeoPoint in the range [-90, 90]. |
|---|---|
| longitude | The longitude of this GeoPoint in the range [-180, 180].
|
GeoPoint. GeoPoint.