OnMapPosChanged

This event occurs when the user moves to a new location in the Navigation Map.

 

JavaScript

 

OnMapPosChanged(

       X,

       Y)

 

C#

 

void OnMapPosChanged(

       double X,

       double Y)

 

C++

 

HRESULT OnMapPosChanged

       double X,

       double Y)

Parameters

X

The West-East coordinate of the mouse in decimal or degree Lat-Long.

Y

The North-South coordinate of the mouse in decimal or degree Lat-Long.