Basic Examples 
(4)
 

Convert an angle in a DMS string:
In[131]:=
[◼]
GeneralizedDMSString
[52.22]
Out[131]=
52°13'12.000"
———
Convert a latitude-longitude pair:
In[132]:=
[◼]
GeneralizedDMSString
[{-52.22`,-6.89`}]
Out[132]=
52°13'12.000"S 6°53'24.000"W
———
Convert to a string with degrees and minutes:
In[133]:=
[◼]
GeneralizedDMSString
[{52.2233445566,6.89012345678},"DegreeMinute"]
Out[133]=
52°13.4007'N 6°53.4074'E
———
Convert to a string with only degrees:
In[134]:=
[◼]
GeneralizedDMSString
[{52.2233445566,6.89012345678},"Degree"]
Out[134]=
52.223345°N 6.890123°E

Scope 
(3)
 


Options 
(20)
 


Applications 
(2)
 


Properties and Relations 
(2)
 


Possible Issues 
(2)
 
