Antique Atlas

Antique Atlas

32M Downloads

Markers can't really be deleted via API

Hunternif opened this issue ยท 2 comments

commented

Because there's no way to get Marker ID solely via API.
Gotta carefully plan use cases.

commented

putMarker() and putGlobalMarker() should rerturn int markerID.

commented

The API returns a Marker instance, which in turn knows the ID by getID(). So this should be fine.