Geo intent to Google Maps with a Balloon - android

Is it possible to launch a Google Maps window from my app that shows a specific position plus a balloon with a label that I can define?
This could be done with
geo:lat,lon?q=my_label
but with latest Google Maps it shows a marker on the position with no balloon attached to it, then on the bottom of the screen it reads "labeled as my_label". Can I circumvent this?

Related

Google Maps menu revealed after tapping on marker

When a marker is tapped a weird menu is revealed in the bottom right of the map. Clicking on the buttons in that menu will launch the Google Maps app with directions to the Lat/Lng of the marker. Any idea on how to disable that menu?
(https://i.stack.imgur.com/PsQlU.jpg)
I tried combing through the google maps documentation to find a boolean to flip to disable this feature.

How to implement Android google maps coordinates picker like in Telegram

I want to implement coordinates picker like in Telegram, when map is draggable but marker stays in the static center position. How to achive this with Google Maps api for Android.

Getting rid of google maps built-in buttons

Anyone have any idea on how to get rid of the buttons (like the compass button when rotating the map) presented on the image when clicking a marker. It is linked to Google map application. And i want to get rid of it. thanks
Here is the link for the sample image http://i.stack.imgur.com/8gw5b.png

How programmatically show Google Maps v2 toolbar

I'm trying to display the toolbar on Google Maps v2 but it's only work when I touch on Marker.
I'm already implemented Litle mode and worked, but I also need user interaction (drag).
What I've tried:
Force marker click
Force showInfoWindow();
Anyone knows how to do that?
Thanks!

android map overlay

I am new android developer working on google map.
i have no idea to display marker on map on click event and also automatically to current location.
oooook well
Here is a tutorial to show a marker on double tap. You can do this for single tap easily, but that may be annoying for the user.
and this is a tutorial to get your current location.
See ? everything was one google search away. hint hint

Categories

Resources