The MAP_PROJ_INVERSE function transforms map coordinates from Cartesian (x, y) coordinates to longitude and latitude, using either the
Result = MAP_PROJ_INVERSE (X [, Y] [, MAP_STRUCTURE=value] [, /RADIANS] )
The result is a (2, n) array containing the longitude/latitude coordinates.
An n-element vector containing the x values. If the Y argument is omitted, X must be a (2, n) array of X and Y pairs.
An n-element vector containing y values. If this argument is omitted, X must be a (2, n) array of X and Y pairs.
Set this keyword to a
Set this keyword to indicate that the returned longitude and latitude coordinates should be expressed in radians. By default, returned coordinates are expressed in degrees.
Introduced: 5.6
MAP_PROJ_FORWARD, MAP_PROJ_INIT