Linked Questions

192 votes
4 answers
205k views

I am developing an Android Application where I'm using Google Map API v2. I need to show the user location on a map with custom markers. Each marker will show the picture of the user from an URL. The ...
21 votes
4 answers
15k views

I'm trying to port my application to the new Google Maps API v2, but i'm having trouble when interacting with markers. My context: I have a map showing buses and buses stop. With the old library I ...
22 votes
5 answers
46k views

I need custom info window with two clickable button as above.In it when more then marker and click any one of them then window should be open and when click on another marker another window should ...
2 votes
1 answer
11k views

So, I have set infowindowadapter for my Google map, but the problem is that when I click on the first marker, it shows the information correctly, but when I hit the second marker it shows information ...
5 votes
2 answers
7k views

How do I set a styled custom marker title/snippet that includes information and a button? I already have a custom marker icon image set. Now I need a custom pop up window that will contain certain ...
Nick.K's user avatar
  • 398
1 vote
1 answer
2k views

I've been following the following thread on Stack Overflow: custom info window adapter with custom data in map v2 I have seen the answers on the previous comments, and followed them, but I'm not ...
1 vote
0 answers
2k views

I am trying to create a customised view of my Info Window for which I have made a layout file. But my data(Lattitude and Longitude ) are in the form a ArrayList. for (int i = 0; i < list.size(); i+...
0 votes
1 answer
2k views

I have saved all the relevant information needed to reload the markers once the app has restarted. Now the problem is it just reloads the title and snippet but not the image associated with that ...
user avatar
0 votes
1 answer
2k views

I'm trying to show the location of the user in a nice little box like below. Currently I only have a ".title()" on my marker so I am not sure on how to create a blue, transparent box with the ...
1 vote
1 answer
867 views

I would like to add a button to the map pin's snippet to launch an external intent for driving direction to the pin. I am thinking I can implement something that listens to long click the snippet box,...
1 vote
1 answer
1k views

I have a class called AnimalMarker which should represent the bare minimum of a normal google maps Marker (latitude, longitutde, location) and an object Animal. And I'm using the Firebase Realtime ...
0 votes
1 answer
907 views

So i was searching for a solution and bumped into the code from this answer on stackoverflow I am getting error here: googleMap.setInfoWindowAdapter(new CustomInfoWindowAdapter( ...
Luch Filip's user avatar
  • 1,143
-1 votes
1 answer
1k views

how to Make Google Maps Android marker title handle multiple lines? right now, it only shows one line see this marker title for reference
user avatar
0 votes
1 answer
577 views

I'm trying click into a "Window" of Google Maps, but my button doesn't work, I think that is problem of the handler, because it is encapsulated "@listener" (android not work correctly) but I don't ...
0 votes
2 answers
680 views

I am calling createMarker that adds data dynamically once run on loop. I am using InfoWindowAdapter to add marker options. However I have problem, it doesn't change when I click the marker with ...
user avatar

15 30 50 per page
1
2