0

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?

Nayanesh Gupte
  • 2,735
  • 25
  • 37

1 Answers1

1

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.

MaciejGórski
  • 22,187
  • 7
  • 70
  • 94
  • 1
    I tried the same. for thaT I used projection.toScreenLocation it returns The screen location is in screen pixels (not display pixels) relative to the top left of the map (not of the whole screen). How do I make use of it to show view at correct location? – Nayanesh Gupte Sep 11 '13 at 08:02