[Top]
Geography
Geography.Position
|
Method Geography.Position()->longitude()
- Method
longitude
string latitude(void|int n)
string longitude(void|int n)
- Description
Returns the nicely formatted latitude or longitude.
0 | "17°42.19'N" / "42°22.2'W"
|
1 | "17.703°N" / "42.37°W"
|
2 | "17°42.18'N" / "42°22.2'W"
|
3 | "17°42'10.4"N" / "42°22'12"W"
|
-1 | "17.703" / "-42.37"
|
|
|