1
vote
1answer
49 views
Removing google maps from HTML page
I've got some Javascript/HTML code which displays a variable number of maps dependent on what the user selects.
I've worked how to dynamically create multiple maps on a page - tha …
0
votes
3answers
79 views
How do I create a Google Map using v3 API with clickable markers with custom html inside the marker?
I have a database full of addresses and pictures of those locations. Note: I do not have the latitude / longitude.
What I need to do:
Write a function that uses Google API v3 to …
0
votes
2answers
545 views
Google Map API v3 - set bounds and and center
Hi,
I've recently switched to Google Maps API V3. I'm working of a simple example which plots markers from an array, however I do not know how to center and zoom automatically wit …
0
votes
2answers
244 views
How to call fromLatLngToDivPixel in Google Maps API V3?
I know that method exists and is documented, but I don't know how to get an MapCanvasProjection object.
0
votes
2answers
456 views
More batch geocoding questions with the Google Maps API v3
I'm trying to figure out a nice way to limit the rate at which I send geocode requests to the Google Maps API v3 geocoder service. I know that Javascript does not have any nice wai …
0
votes
2answers
561 views
Problems with Google Maps API v3 + jQuery UI Tabs
There are a number of problems, which seem to be fairly well-known, when using the Google Maps API to render a map within a jQuery UI tab. I've seen SO questions posted about simil …
