# Coordinates
### Description
Latitude and longitude coordinates.
## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**latitude** | getLatitude() | setLatitude($value) | **float** | The coordinate's latitude expressed in degrees. | [optional]
**longitude** | getLongitude() | setLongitude($value) | **float** | The coordinate's longitude expressed in degrees. | [optional]
Note: All properties are protected and only accessed via getters and setters.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)