LONGRECT struct bounds rectangle area on map.
See Coordinates conversion section in TROUBLESHOOTING page.
More...
#include <ApplicationApi.h>
Public Member Functions | |
LONGRECT () | |
BOOL | operator== (LONGRECT &l) |
Data Fields | |
LONG | lLeft |
lLeft determines left border of rectangle (geographical longitude). More... | |
LONG | lTop |
lTop determines top border of rectangle (geographical latitude). More... | |
LONG | lRight |
lRight determines right border of rectangle (geographical longitude). More... | |
LONG | lBottom |
lBottom determines top border of rectangle (geographical latitude). More... | |
LONGRECT struct bounds rectangle area on map.
See Coordinates conversion section in TROUBLESHOOTING page.