Coordinates

November 20, 2019 ยท View on GitHub

Description

Latitude and longitude coordinates.

Properties

NameGetterSetterTypeDescriptionNotes
latitudegetLatitude()setLatitude($value)floatThe latitude of the coordinate expressed in degrees.[optional]
longitudegetLongitude()setLongitude($value)floatThe longitude of the coordinate expressed in degrees.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]