Hi
this post is still active ?
Because I have the same remarks about the OnMarkerClick behaviour.
Modification on" AEventData: TTMSFNCMapsEventData" and more specifically on AEventData.Marker.Title variable doesn't change nothing. Moreover this variable is not cleaned after action, thus this AEventData.Marker.Title become bigger and bigger :
first click : AEventData.Marker.Title := AEventData.Marker.Title + ', text added';
=> 'original , text added'
2eme click : AEventData.Marker.Title := AEventData.Marker.Title + ', text added';
=> 'original , text added , text added'
and so on....
I have a project to illustrate that
How to clean all this "title" popup ?
Olivier