| Mapping Toolbox | ![]() |
Get current mouse point from the map
Syntax
Description
pt = gcpmap returns the current point of the current map axes in the form [latitude longitude z-altitude].
pt = gcpmap(hndl) specifies the map axes in question by its handle.
Remarks
gcpmap works much like the standard MATLAB get(gca,'CurrentPoint'), except that the returned matrix is in [lat lon z], not [x y z].
See Also
inputm |
Mouse selection of position |
| gcm | gcwaypts | ![]() |