1
vote
1answer
40 views
Another GMap Problem
I have been looking over this code for the past hour, I cant see why html pop up will not show, I'm probably missing something simple as no errors are reported.
var map;
var marke …
0
votes
1answer
32 views
Catching errors or exceptions
I built a mashup of google maps and weather.com and everytime one of these server is not responding my application hangs up too.What do you think I can do to prevent or minimize h …
0
votes
2answers
25 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
1answer
29 views
introductory google maps
hi i wanted to display a us state on google map with borders drawn,
when the user opens up a page i wanted to show in the center that state...with borders drawn.
additionally i w …
0
votes
1answer
47 views
JQuery: Google Maps “bounce” using JQuery Bounce package
Does anyone know of a way to make a Google Maps marker "bounce" using JQuery Bounce package?
0
votes
1answer
29 views
Responding to the onmousemove event outside of the browser window in IE
In Internet Explorer 7 body onmousemove or document.onmousemove events only seem to fire while the mouse is inside the browser window, not when it's outside. Yet in Firefox the onm …
0
votes
3answers
53 views
Pass parameter to callback function
my code
// do ajax request and get JSON response
for (var i = 0; i < data.results.length; i++) {
result = data.results[i];
// do stuff and create google maps marker …
0
votes
2answers
13 views
Blackberry - error on open Google Maps in browser
The Google Map doesn't render in the BlackBerry Simulator.
My application has a "View Map" button which on click calls a Google Map web URL.
The error is "ThrownValue in ExecuteScr …
0
votes
1answer
64 views
How to create progress bar on top of google map
How do I create a progress bar on top of google map in flex/as3? I tried to ask google maps API for flash, but no answer... May be some of you have done this already.
Thanks
EDIT …
0
votes
1answer
23 views
Externalising Google Maps InfoWindow Content When Marker Is Selected
Hi,
I'm wondering if anyone knows whether it is possible to take the content of a Google Maps InfoWindow and place it in an external DIV when the marker on the map is clicked?
I' …
0
votes
0answers
17 views
Howto limit the map in Android?
I'm developing my first Android application and it is based partly on displaying some information in Google Maps. I've managed to set a new center point and a new default zoom leve …
1
vote
0answers
22 views
OpenLayers Google Maps Projection Problem w/ KML
Hi. This is my first time on stackoverflow and working with Openlayers & Google Maps.
I've been browsing different forums & sites, including OpenLayers.org, to solve my i …
1
vote
3answers
44 views
google map problem
I got a google map and I load it but I want to change the direction or center by changing the center,how can I do this? I got a code like this to load the map:
function putmap …
0
votes
1answer
21 views
Google maps API v3 show local entry
I'd like to show a single specific local business on a google map (API V3) with the associated reviews, directions etc.
Example
Can anyone point me in the right direction for doc …
0
votes
1answer
13 views
Paging through search results with markers on a map
My search interface returns pages of results with each page of results in a separate div.
i.e.
<div id="page1">
result 1
result 2
result 3
result 4
result 5
</div>
& …
