Closed GoogleCodeExporter closed 8 years ago
Hi,
just a quick answer.
IDs need to be unique, so when you recreate the pm in step 3 you'll get an
error.
I typically use a counter when creating and deleting placemarks.
Original comment by tho...@gmail.com
on 18 Sep 2011 at 2:17
Yes, the internal garbage collection has to complete before you reuse an ID.
However you can just call release on the placemark - i.e. -
bobPlacemark.release() to force this.
Original comment by fraser.c...@gmail.com
on 18 Sep 2011 at 4:31
JTN this is an issue with the Google Earth Plugin Api - not this control
library as such, see
http://code.google.com/p/earth-api-samples/issues/detail?id=253
Original comment by fraser.c...@gmail.com
on 18 Sep 2011 at 4:32
Original issue reported on code.google.com by
mark.fre...@gmail.com
on 14 Sep 2011 at 6:00