Mahe
Mahe

Reputation: 2737

Design a View like a google Info Window in shape

I really don't like to use Info windows to show custom information. I am fed up with their default features. So, I want to Show a View instead of the infowindow, when a marker is clicked. I want the border shape of the View to be like the Infowindow.

I am in need to show some animated stuff, so and so. Please suggest me the solution. Please suggest me if I can go this way. And please suggest your Ideas and share useful links.

Any help is appreciated!! Thanks for your valuable help!!

Upvotes: 2

Views: 559

Answers (1)

Christophe Longeanie
Christophe Longeanie

Reputation: 430

You can look at the MarkerDemoActivity in Google Maps API v2 samples. It contains code for customizing info windows and animating markers. To get the samples, go to your Android SDK folder and follow this path:

sdk\extras\google\google_play_services\samples\maps

I don't know if this will be sufficient for your needs, but I hope it will at least help you!

Upvotes: 2

Related Questions