Latitude and longitude coordinates.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
latitude | getLatitude() | setLatitude($value) | float | The latitude of the coordinate expressed in degrees. | [optional] |
longitude | getLongitude() | setLongitude($value) | float | The longitude of the coordinate expressed in degrees. | [optional] |
Note: All properties are protected and only accessed via getters and setters.