google-maps-api-2

Display marker on top of other markers on google map

I am looking for javascript code that display marker on top of others. May be there is any method of GMarker that set marker on top (z-index kind of). For solution, I destroy marker and created again. The solution works before some time (when I tried this solution) but not right now. ...

Adding Multiple Markers on Google Map using api v2

I have got a database with latitude and longitude values in it. I can show only one marker at a time. I would like to show multiple markers at the same time. How can I do it? ...

Google Maps Custom Projection

I have created a custom Google Maps projection using the Google Maps Javascript API V2. It looks like this, as per the API specification: function PProjection(levels) { this.fromLatLngToPixel = function(latlng, zoom) { ... }; this.fromPixelToLatLng = function(pixel, zoom) { ... }; this.tileCheckRange = function(tile, zoom, ...

Google Map Advanced Clustering

Hi, www.fastfoodmaps.com http://maps.forum.nu/server_side_clusterer/ im looking for multi color marker with clustering like sample the website above. i found google api sample for single color marker with clustering concept. Anyone have any sample or any website plz post here. Thanks, Nithish ...

Marker to display address search both in google maps and google maps street view

Hello, what I want to archieve is the geocode an address put in by the user and this displays as a marker in google maps and at same time based on the location displays the result in panorama streetview. See my code below, I' having errors. Any help please!!!! var geocoder; var map; function initialize() { geocoder = new googl...

result list of google maps

I need to make the result google maps list from marker loaded from my db. Markers are already in maps. There is a way to do this ? ...

API key for multiple domain script, google map V2

could any one check why my script below is not working please? <script src="http://maps.google.com/maps?file=api&amp;amp;v=2.x&amp;amp;key= <?php $this->googleMapsApiKey = $this->getValueFromDB("google", "googleMapsApiKey"); if ($_SERVER['HTTP_HOST']=='www.ABC.info') { $this->googleMapsApiKey = "Googlemap-keys"; ...

Google map comes partially, grey area comes instead of images from google server.

Sometimes google map comes partially with other area getting grayed out. There is one catch, if we start Firebug, images do come in that gray area. Dont know why this is happening. Anybody ever experienced this and found solution, Please share. ...

Problems in upgrading to v3 from v2 of google maps API

I have full fledged integration of google maps version 2 in my web application, with features like get directions, cluster markers, tabbed info window, context menu(right click). The implementation has very poor design which is causing some problem, So now I need to revamp the core implementation to better design. I was thinking of upgra...

Google maps on mobile device via browser.

Im in a bit of a rut here. I'm trying to get a store locator to work correctly on a mobile device. http://www.trytyku.com/mobile (try NY zipcodes ie. 10023) The problem is, whenever I click a location when i'm on my iPhone it doesn't center to the marker on the phone, yet it seems to work fine in the browser. If anyone has an idea on wha...

google maps custom markers / shadow help needed

Hi all, so I have google maps directions on my website, I have managed to change the icon, although I can't seem to get it to align it with the original marker shadow (which I actually need help removing also, it's just a good point to show that my custom marker is off). I hope this made sense? The url is: http://www.emuholidaypark.com....

Removing Custom Markers with MarkerClusterer

I'm using Google Maps api v2 and marker clusterer. I have custom icons that replace the default google icons and they aren't being replaced but the marker cluster icons. The marker cluster icon is added but the other icons are not removed. Just wondering if anyone came across this issue. The code is probably to extensive to post (working...

Google Maps API: GClientGeocoder.getLatLng()

Hi guys, I'm using the jQuery plugin http://googlemaps.mayzes.org/ for Google Maps but have had trouble adding markers. Current setup: Show AJAX content in a thickbox, where a map is loaded. The map loads fine, and centers properly to a geocoded address. However, if you add a marker with a geocoded address the Google Maps API errors ...

'GOverlay is undefined' javascript error in IE 7, in spite of having loaded the Google Maps API

Despite loading the Google Maps API, via this url: http://maps.gstatic.com/intl/en_ALL/mapfiles/276b/maps2.api/main.js I'm getting the above error. Why is it that when I download that URL in my browser and do a find for 'GOverlay' I'm getting zero matches? Have Google removed this from their API or something, causing all my code to b...