Number
Number
Coordinate
Coordinate
Number
Get the LatitudeDegrees
Kind: Instance method of Coordinate
Returns: Number
- the KEY_LATITUDE_DEGREES value
Number
Get the LongitudeDegrees
Kind: Instance method of Coordinate
Returns: Number
- the KEY_LONGITUDE_DEGREES value
Coordinate
Set 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} |
Coordinate
Set 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} |