Hi all, I've been looking through the API to find a feature that I need but I haven't managed to find exactly what I'm looking for. I basically want to create the equivalent to Google Fusion Tables, i.e. have a bunch of markers on the map, coming from a database.
Here's more info on what I'm trying to do: I have a database with a bunch of locations (longitudes and latitudes and x/y/z gmap coordinates) and I want these locations to become markers on the map as users move around the map. I'm currently using a custom MapType which calls the "getTile" function when a tile is being loaded. However, this function requires me to return an html dom node that will be placed on the tile. I'm currently simply passing a dummy node that has "display=none;" styling but this feels like a hack. Is there any clean way to achieve what I'm trying to do without using Google Fusion Tables (which requires the Business API access)? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
