Map Behavior Like In Google Maps Application
I want to achive map behavior like in google maps application. Example: set marker on a shop somewhere in the bottom of the screen, click on that marker so info panel should open a
Solution 1:
If you google it, you will find a lot of code and documentation regarding it. Please visit the link https://developers.google.com/maps/documentation/android/
you can start from here https://developers.google.com/maps/documentation/android/start
you will find it very close to your requirement
Solution 2:
you can set your content in info window API reference is here
https://developers.google.com/maps/documentation/android/infowindows
Post a Comment for "Map Behavior Like In Google Maps Application"