OS Maps - Index or Id?

I just wanted to clarify that when you search for a marker on MarkerClick(Sender: TObject; IdMarker: Integer); it is actually the marker index that is passed into the event as that is what is used in the TMarkers.GetItem method.


Thanks

It's just what i'm trying to achieve: get the Coordinates of the Marker that has been clicked.



Can somebody post some sample Code for that in C++?

I don't see anything like TMarkers.GetItem here.



solved:



tMarker = frmMain->WebOSMaps1->Markers->operator ;