C# SDK
LONGPOSITION Struct Reference

LONGPOSITION structure determines location on map.

See Coordinates conversion section in TROUBLESHOOTING page.

More...

Public Member Functions

 LONGPOSITION (int x, int y)
 Constructor of LONGPOSITION. More...
 
internal void ReadUnmanaged (IntPtr ptr)
 
internal void WriteUnmanaged (IntPtr ptr)
 

Static Public Member Functions

static int SizeOf ()
 The function returns Size of LONGPOSITION in bytes. More...
 

Public Attributes

int lX
 LONGPOSITION.lX Field determines X coordinate (geographical longitude) of location in world degrees multiplied by 100 000. More...
 
int 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.