Class ParseGeoPoint - Representation of a Parse GeoPoint object.
author |
Fosco Marotto [email protected] |
---|---|
package |
Parse |
__construct(float $lat, float $lon)
float
Latitude.
float
Longitude.
_encode() : array
array
getLatitude() : float
float
getLongitude() : float
float
setLatitude( $lat)
Throws |
|
---|
setLongitude( $lon)
Throws |
|
---|
latitude : float
var |
---|
float
longitude : float
var |
---|
float