Reputation: 2775
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?
And can I make that show direction clickable?
Upvotes: 0
Views: 1167
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