Nayanesh Gupte
Nayanesh Gupte

Reputation: 2775

Android Maps V2: Custom info window at custom position or work around?

I'm able to show custom info window but not like iOs maps at diffrent position. Is there any way or workaround to show info window like this?

enter image description here

And can I make that show direction clickable?

Upvotes: 0

Views: 1167

Answers (1)

MaciejGórski
MaciejGórski

Reputation: 22232

You can place a normal View (or some ViewGroup in this case) on top of the map and move camera, so that Marker is placed where it looks like is pointed to by this View.

No native (using Google Maps Android API v2) way currently, but you may track this gmaps-api-issue for when it will be possible.

Upvotes: 1

Related Questions