Linked Questions
18 questions linked to/from custom info window adapter with custom data in map v2
192
votes
4
answers
205k
views
How to create a custom-shaped bitmap marker with Android map API v2 [duplicate]
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
Maps API v2 with different marker actions
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
Google map v2 Custom Infowindow with two clickable buttons or ImageView
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
set InfoWindowAdapter show information only for first marker clicked
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 to set a custom marker title for google maps
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 ...
1
vote
1
answer
2k
views
Custom data on Custom Google Map Marker InfoWindow in Android
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
Customised view of InfoWindow for a list of markers in Google Maps V2 Android
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
How to load data from Sqlite to google maps v2 marker?
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
user4363268
0
votes
1
answer
2k
views
Custom info window with address
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
Android google map api 2 - click on map pin to launch external intent for driving direction
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
Creating custom InfoWindow for Marker, using data outside the Marker object
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
Custom Info Window Adapter and 2 other issues
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(
...
-1
votes
1
answer
1k
views
Make Google Maps Android marker handle multiple lines
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
user8912201
0
votes
1
answer
577
views
Android Google Maps onMarkerClick (Button) doesn't work
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
Why is my InfowindowAdapter data is not changing?
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
user8469860