I can draw overlay elements on Google maps just fine, the image looks like this:
______ | | ______ \/
Where the "/" part is the "pin" that marks lat / lon on the map and the image in the middle. My question is, is there a way to expand this when the user clicks on it? Of course, I have to change this to some kind of dialogue or layout and change it when clicked.
I want it to be smaller than this, only with the image when it was not pressed, but when it is clicked on it, it expands for about a second, so that:
-------------------------------------- | <image> <buttons> | | <buttons> | | <some info here> | | | -------------------------------------- \/
Is it possible?
source share