DCS func LLtoMGRS
From DCS World Wiki - Hoggitworld.com
Envrioment: | Mission Scripting | ||
Function: | LLtoMGRS | Added with: 1.2.0 | |
Member Of: | coord | ||
Syntax: | MGRS table coord.LLtoMGRS(GeoCoord latitude , GeoCoord longitude ) | ||
Description: | Returns an MGRS table from the latitude and longitude coordinates provided.
| ||
Return Value: | MGRS table | ||
Return Example: | example table
MGRS = { UTMZone = string, MGRSDigraph = string, Easting = number, Northing = number } | ||
Examples: | |||
Related Functions: | Coord Functions: LLtoLO, LOtoLL, LLtoMGRS, MGRStoLL | ||
Notes: |