Converts WGS84 coordinates into the Gauss-Krueger coordinate system and vice versa. By Django2025
Package: com.django.gps2gk
Size: 6,55 KB
Minimum API Level: 7
Updated On: 2025-03-17T23:00:00Z
Built & documented using: FAST-CLI
v2.6.0
Returns converted Gauss-Krueger coordinates.
Parameter | Type |
---|---|
northing | number |
easting | number |
Returns converted WGS84 coordinates.
Parameter | Type |
---|---|
latitude | number |
longitude | number |
Converts WGS84 to Gauss-Krueger coordinates.
Parameter | Type |
---|---|
latitude | number |
longitude | number |
Converts Gauss-Krueger to WGS84 coordinates.
Parameter | Type |
---|---|
northing | number |
easting | number |
com.django.gps2gk.aix (6.6 KB)