0
Adding a new property to this class.
I added it to the Gmsmarker. h file, but while trying to use the new property I received this error:
-[Gmsmarker setIdRegister:]: unrecognized selector sent to instance 0x790cd410 2015-02-27 13:26:44.340 Testeparking[7174:108607] *** Terminating app due to uncaught Exception 'Nsinvalidargumentexception', Report: '-[Gmsmarker setIdRegister:]: unrecognized selector sent to instance 0x790cd410'
Any special reason why you want to change the class of your own Google Maps library? I don’t know if it’s possible the way you want it to be.
– Paulo Rodrigues
Yes add one more attribute to save information related to the location it indicates on the map. Jaja I will show you how I did it. But it’s no big deal.
– Tiago Amaral
Uses the attribute that exists in Gmsmarker called
userData
– Gian