C++ SDK
LONGPOSITION Struct Reference

LONGPOSITION structure determines location on map.
See Coordinates conversion section in TROUBLESHOOTING page. More...

#include <ApplicationApi.h>

Public Member Functions

 LONGPOSITION ()
 Constructor of LONGPOSITION. More...
 
 LONGPOSITION (LONG x, LONG y)
 Constructor of LONGPOSITION. More...
 
BOOL operator== (LONGPOSITION position) const
 
BOOL operator!= (LONGPOSITION position) const
 

Data Fields

LONG lX
 LONGPOSITION::lX Field determines X coordinate (geographical longitude) of location in world degrees multiplied by 100 000. More...
 
LONG lY
 LONGPOSITION::lY Field determines Y coordinate (geographical latitude) of location in world degrees multiplied by 100 000. More...
 

Detailed Description

LONGPOSITION structure determines location on map.
See Coordinates conversion section in TROUBLESHOOTING page.