|
|
|
|
|
by gibbonsrcool
1345 days ago
|
|
I recently implemented a feature for a client that I believe would be a nice little open source tool for Android apps that use the Google Maps SDK. If they give me permission I will hopefully build it, and I’m optimistically sketching it out. The feature is a way to move info windows into view when they are rendered partially offscreen. Default behavior is to move the marker that was clicked to open the info window to the center but that can be jarring IMO. I liked the iOS Maps SDK behavior that just pans enough to bring the info window into view, so I duplicated that. |
|