Format coordinates as DMS coordinates.
Example without parameters:
<p>{{[7.1234, 46.9876] | ngeoDMSCoordinates}}</p> <!-- will Become 7° 07' 24'' E 46° 59' 15'' N-->
Example with defined fractionDigits and a template.
<p>{{[7.1234, 46.9876] | ngeoDMSCoordinates:2:'[{y}; {x]'}}</p> <!-- will Become [46° 59' 15.36'' N; 7° 07' 24.24'' E] -->
A function to format numbers into a DMS coordinates string.
filter
ngeoDMSCoordinates
Generated using TypeDoc
Format coordinates as DMS coordinates.
Example without parameters:
Example with defined fractionDigits and a template.
Returns
A function to format numbers into a DMS coordinates string.
Ng Inject
Ngdoc
filter
Ngname
ngeoDMSCoordinates