Closed GoogleCodeExporter closed 8 years ago
You are correct - this is a bug. I don't know why the all the member variables
are public (it appears they have been that way since very early on). The Google
API shows that they should be protected and (even though ItemizedOverlay would
have access to the protected variables) the getters should be used to access
those properties.
Original comment by kurtzm...@gmail.com
on 14 Jun 2013 at 2:08
This issue was updated by revision r1244.
Make Uid, Title, Description/Snippet, and Point variables protected rather than
public which matches the Google API. This forces use of the getters for those
variables and permits subclasses to provide custom behavior.
Original comment by kurtzm...@gmail.com
on 14 Jun 2013 at 7:27
Original comment by kurtzm...@gmail.com
on 14 Jun 2013 at 7:56
This has been released in 4.0.
Original comment by kurtzm...@gmail.com
on 25 Oct 2013 at 1:36
Original issue reported on code.google.com by
james.st...@gmail.com
on 1 Mar 2013 at 10:04