[Google Maps API v3] Coordinates in CoordMapType

2012-07-06 Thread Guido Navalesi
Hi, I'm implementing a map in a project and I need to show a grid like this one: https://google-developers.appspot.com/maps/documentation/javascript/examples/maptype-overlay But I want to remove the text in each box, I don't want it to display (x, y). Any ideas? Thanks -- You received thi

[Google Maps API v3] Re: KML Layers limit to 5?

2012-07-06 Thread erico dc
in http://www.geocodezip.com/geoxml3_test/v3_geoxml3_us_states_kml_test.html the states must have just a unique layer? When i´m upload a kml to google maps in a similar situation doesn´t apears all layers, creating a breadcrumb navigation and showing 9 layers per page On Friday, July 6, 2012 4

Re:[Google Maps API v3] Re: KML Layers limit to 5?

2012-07-06 Thread mine
who are you -- Original -- From: "geocode...@gmail.com"; Date: Fri, Jul 6, 2012 03:04 PM To: "Google Maps JavaScript API v3"; Subject: [Google Maps API v3] Re: KML Layers limit to 5? On Jul 5, 11:57 pm, Gill wrote: > yes i mean like this. But

[Google Maps API v3] More information about HeatMapLayer/HeatMapLayerOptions

2012-07-06 Thread Hunter McMillen
Hello, I am working on a project where our team has previously been drawing our own heat maps, but we stumbled upon the HeatMapLayer in the API the other day and now it is my task to try and integrate it into our application. I was wondering if there is any more information about the HeatMapL

[Google Maps API v3] How to trigger Weather Layer marker click?

2012-07-06 Thread Jorge Barata González
Hi, I am trying to trigger a click on the Weather Layer of a google maps instance in order to open the weather info window of a city: //Create the map var options = { center: new google.maps.LatLng(49.265984,-123.127491), }; var map = new google.maps.Map(document.getElementById("map_canvas")

[Google Maps API v3] Re: KML Layers limit to 5?

2012-07-06 Thread geocode...@gmail.com
On Jul 5, 11:57 pm, Gill wrote: > yes i mean like this. But still I couldn't find the exact code. > > My java script code is > > (function() { >   window.onload = function() { >   var map = document.getElementById('map'); >   var pakistan = new google.maps.LatLng(30.7311, 70.7412); >   var options