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
Post a Comment