I am developing an Android Application where I'm using Google Map API v2.
I need to show Image & TextView on a map with custom markers.
Please refer to the attached image for better understanding:
Related
I am trying to emulate a route in an app but it doesn't show me the map on the Extended Controls Extended Controls image
Is there any configuration I've missed? Should I add a Google API Key somewhere?
Thanks.
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.
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 can we display google maps as part of android app ? I want to display google maps sharing screenspace with other elements like textbox and labels etc.Dont want maps to take up whole screen space.
You can create a Fragment inside of your Activity and inflate Google Maps into the Fragment programmatically.
Follow the link here to learn about working with Fragments:
Building a Dynamic UI with Fragments
I would like to create an android app, which using Google Map View and display my own map.
I started my app from this link
http://developer.android.com/resources/tutorials/views/hello-mapview.html
But in step two I would like to add these POI points to my app:
http://maps.google.com/maps/ms?ie=UTF&msa=0&msid=203009957035125689590.0004abe0f3ee68f732c31
(This is the map of 'Budapest university of technology and economics' and I would like to create an app that everyone can download and navigate themselves to the right building)
Is it possible? If it is, how can I do that?
Thanks!
Greg.