NumberNumberCoordinateCoordinateNumberGet the LatitudeDegrees
Kind: Instance method of Coordinate
Returns: Number - the KEY_LATITUDE_DEGREES value
NumberGet the LongitudeDegrees
Kind: Instance method of Coordinate
Returns: Number - the KEY_LONGITUDE_DEGREES value
CoordinateSet the LatitudeDegrees
Kind: Instance method of Coordinate
Returns: Coordinate - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| degrees | Number |
Latitude of the location. - The desired LatitudeDegrees. {'num_min_value': -90.0, 'num_max_value': 90.0} |
CoordinateSet the LongitudeDegrees
Kind: Instance method of Coordinate
Returns: Coordinate - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| degrees | Number |
Longitude of the location. - The desired LongitudeDegrees. {'num_min_value': -180.0, 'num_max_value': 180.0} |