I followed the tutorial here to add an inforwindow to the individual clusters of markercluster at any zoom level.
Look开发者_开发问答ing through the Google Maps Javascript v3 API it looks like if I want to group together markers and add or remove them as groups, I need to roll my own code based on the sample belo
How do you call a markers\' infowindow to open when the map loads.For some reason the Google documentation only shows how to respond to a click action. I\'m not very good with JavaScript so any help w
what I need to do is quite simple - I have a content type having CCK field called Number (surprisingly, it contains a decimal number) and this content type also has a location (always 1 location per n
I wonder whether someone may be able to help me please. I am using the following pieces of coding to successfully show map markers at particular locations held within a mySQL database.
I have this code to show an AlertDialog when taping on a marker: public void showOverlay (OverlayItem overlay)
From my app I would like to start the Google Maps App with a provided location and a marker. The marker should indicate, that there is something on that given location.
I want to display for each maker an AlertDialog that has some description, for that, i\'m using this code:
I have tried many things to make this code work, it consists of showing an AlertDialog/description when taping on an element/marker from map. The problem is that 3 of 4 markers work (but not showing t
I have an SQLite DB that\'s storing all coordinates + description to show them when taping on markers. I\'m using this code to retreive all descriptions: