Android Question Google Maps Markers

Marius Thomas Roets

New Member
Licensed User
I am creating and storing and retrieving markers for google maps for different users using mysql and PHP. How can i identify which marker has been clicked on . (NOTE the marker description in not unique nor are the Coordinates - Different users could create the same description or coordinates)

I have tried saving the whole marker object but seem to be unable to figure out how to convert the marker object to blob
 
Top