objective c - How to store the data used in userinfo for google map in ios -


I am using GoogleMap for iOS in my new app. Here I have used GMSMapViewDelegate to show several markers on the map using a long press. Showing the click of the marker on the same latitude and longitude of that area. I want to add a custom user information and add some descriptive text to that information.

My question is how can I identify those markers exclusively so that if I close the app and open it again, then it's data markers.


Comments

Popular posts from this blog

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -