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