Longitude
Coordinate unit
Converts a lat/lon decimal pair to a string representation of that selected coordinate unit. Example usage:
const coordinates = useCoordinateUnit({ lat, lon, coordinateUnit })
return (
<Row>{
coordinates.map(text => (
<Column>{text}</Column>
))
}</Row>
)
array of formatted strings divided at the point in which they should be semantically separated.
Generated using TypeDoc
Lattitude