[Google Maps API v3] Re: my map so slow? what is the poblem?
I'm having trouble teleporting ahead. It used to be that I could click and it would teleport me far ahead, but now when i click, it only teleport a bit. How do i fix that? On Tuesday, January 18, 2011 at 11:00:10 PM UTC-8, gunk wrote: > > hi, i ve problem in my map http://gunkm.brinkster.net/rev
Re: [Google Maps API v3] Re: Infowindow
This group was shut down years ago, but a few of us old-timers still monitor it. If a Maps API update broke your app, a likely reason may be that you were using undocumented features. Here is an example: https://stackoverflow.com/questions/15395387/how-to-properly-use-google-maps-api/15395503#15
Re: [Google Maps API v3] Re: Infowindow
Thank you very much for your reply On 15 Feb 2019 15:47, "ralfwessels" wrote: Hi Menghuy, it is possible that the problems are related to the version change of the Google Maps API a few days ago. Try to use another (older) version to see if it helps. More information about the API versions you
[Google Maps API v3] Re: Infowindow
> > Hi Menghuy, it is possible that the problems are related to the version change of the Google Maps API a few days ago. Try to use another (older) version to see if it helps. More information about the API versions you'll find here: https://developers.google.com/maps/documentation/javascrip
[Google Maps API v3] Re: Billing question: Does programmatically adding markers contribute to page load quota?
Thanks for weighing in, will do! On Wednesday, February 6, 2019 at 2:02:08 AM UTC-7, ralfwessels wrote: > > Hi Eric, > > I don't think that programmatically added markers count as page load, but > this is my opinion. > > You can contact the support team, to get a sure answer > > https://develope
[Google Maps API v3] Re: Billing question: Does programmatically adding markers contribute to page load quota?
Hi Eric, I don't think that programmatically added markers count as page load, but this is my opinion. You can contact the support team, to get a sure answer > https://developers.google.com/maps/support/ -- You received this message because you are subscribed to the Google Groups "[deprecate
[Google Maps API v3] Re: Slide image in InfoWindow
hello I've tried to make a slider of images in infowindow for many times, but it failed. I try to follow the link in this conversation ,but it doesn't work. I have no clue now, could you help me, please? So much appreciate for your helps. On Wednesday, October 26, 2011 at 9:07:59 AM UTC+7, Mas
[Google Maps API v3] Re: places.Autocomplete hides behind JQuery Dialog
Really appreciate your post and solution. On Friday, 27 January 2012 04:00:22 UTC-5, Gautam Tandon wrote: > > I found the answer; and posting it here just in case anyone else faces > the same issue in future... > > Here's all you need to do: > Attach a change/keytype listener on your input fie
[Google Maps API v3] Re: showing NEAREST train Stations from the property postcode
Hi Paull, How to get airport location and railway junction in the current city. On Wednesday, 4 January 2012 09:34:31 UTC+5:30, Alan Pearce wrote: > > You may be able to do this with the Maps Places Library. See > http://code.google.com/apis/maps/documentation/javascript/places.html > > You can
[Google Maps API v3] Re: Multiple infoBubbles (combined with markerclusterer)
Worked For Me !!! thanks Oscar Wilde On Wednesday, 26 January 2011 15:13:33 UTC+5:30, OscarWilde wrote: > > I found a solution! Here is what I did: > > I've created an Array with the infoBubble Objects and created a > function in the global namespce to open the correct infoBubble. > > i
[Google Maps API v3] Re: how to control the layers of POI on tiles?
Hi Rafi, if you want to have control over your POIs (custom Icons, only POIs of a special category, ) you can try the Places API >> https://developers.google.com/places/web-service/intro?hl=de Here is a list of categories (Place Types) you can get >> https://developers.google.com/places/we
[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?
> > its works for me very very fine, i spent 2 hours to find the correct > answer. > Thx a lot ;-) -- You received this message because you are subscribed to the Google Groups "[deprecated] Google Maps JavaScript API v3. Please use the latest post." group. To unsubscribe from this group and s
[Google Maps API v3] Re: convert from tile coordinates to lat/lng
Man, it would be great if people would post their code solution, and not just say thanks: _getWmsTileBoundingBox(tileCoordinates, gmap) { let tileSize = 256; // first convert tile coordinates to pixel coordinates for NW and SE corners of tile let nwPixelX = tileCoordin
Re: [Google Maps API v3] Re: search incorrect in location in api google maps
Hola. gracias, el problema está en la autocompletar porque muestra resultados incorrectos o no muestra lo que se necesita y he tenido problemas ya que me atraen las latitudes y longitudes incorrectas El jue., 27 sept. 2018 a las 4:29, ralfwessels () escribió: > Hi Alejandro, > > here you'll find
[Google Maps API v3] Re: search incorrect in location in api google maps
Hi Alejandro, here you'll find a good overview about the "Geocoding Service" from Google with information about the request and how to use.here: https://developers.google.com/maps/documentation/javascript/geocoding If you use a search box in your application I woul recommend to use AutoCompl
[Google Maps API v3] Re: My map is unstable
Hello Sudip. The key is not wrong, because in 95% of the machines that open the web platform that uses the map, it appears normally. About the access quotas, I checked the graph of API usage and there was no overflow. This instability is occurring mainly in users of the United States. This web
[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?
It works, thanks Gary B -- You received this message because you are subscribed to the Google Groups "[deprecated] Google Maps JavaScript API v3. Please use the latest post." group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3+unsubscr
[Google Maps API v3] Re: My map is unstable
I am having a similar problem. I am using Drupal and have embedded maps. On one page, sometimes it works, sometimes it doesn't. On Thursday, August 23, 2018 at 10:48:36 PM UTC-4, Anderson Oliveira wrote: > > I'm in Brazil and I created a new API Key for Google Maps and inserted > this key on my
[Google Maps API v3] Re: My map is unstable
If Oliviera had a problem with the key it wouldn't happen when the page was refreshed. On Friday, August 24, 2018 at 6:50:34 AM UTC-4, Sudip Barman wrote: > > Hello Oliveira, > Your question is not much clear, but what I understand is your site some > time get gray and map does not display. >
[Google Maps API v3] Re: My map is unstable
Hello Oliveira, Your question is not much clear, but what I understand is your site some time get gray and map does not display. Probable reason for that is 1. you did not add actual key or may be some key= there is some space or you pasted wrong key. 2. If it is a free key then there is limit
[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?
if (typeof(currentInfoWindow) != 'undefined') { currentInfoWindow.close(); } infowindow.open(map, marker); currentInfoWindow = infowindow; use typeof() function -- You received this message because you are subscrib
Re: [Google Maps API v3] Re: Polygon in the form of a circle.
" var rLat = (radius/3963.189) * (180/PI)" Can anyone explain how did we come up with this *rlat formula* and what value does *radius/earth's radius gives* On Tuesday, July 5, 2011 at 7:53:44 PM UTC+5:30, Karthik Reddy wrote: > > function getCirclePoints(center,radius){ > > var circlePoints = Arr
[Google Maps API v3] Re: How to viewing list of all my API keys
Hi, the API Console or now called "Google Cloud Platform" was never and is anything but user friendly. So first you have to know that Google manages API keys in projects and you have to choose your project right beside the title "Google Cloud Platform" Now you open the menue and click "APIs & Ser
[Google Maps API v3] Re: How to viewing list of all my API keys
I have the same question.. I spent already one hour and I cannot find my key.. checked all the places and nothing labeled api key Did you find it? marți, 20 martie 2018, 00:03:04 UTC+1, Peter Kionga-Kamau a scris: > > The question is *how to find the key*? There is nothing anywhere in the > deve
[Google Maps API v3] Re: Google map Limits ?
2018-05-23
Thread
andriyk via [deprecated] Google Maps JavaScript API v3. Please use the latest post.
When you have too may markers you can apply clustering as explained in https://developers.google.com/maps/documentation/javascript/marker-clustering You can start with samples to figure out how to implement maps https://developers.google.com/maps/documentation/javascript/examples/ Please note
[Google Maps API v3] Re: Why Am I being Rate Limited? I Am Not Exceeding Any Quotas
2018-05-23
Thread
andriyk via [deprecated] Google Maps JavaScript API v3. Please use the latest post.
> > The Distance Matrix quota is measured in elements per second, not in > requests per second. > https://developers.google.com/maps/documentation/distance-matrix/usage-limits Please note that this Google Group will be deprecated by end of May 2018. Please use the alternative methods laid out
[Google Maps API v3] Re: How can I check my car point(coordinate) in route?
2018-05-23
Thread
andriyk via [deprecated] Google Maps JavaScript API v3. Please use the latest post.
Have a look at isLocationOnEdge(point, poly[, tolerance]) method of geometry library https://developers.google.com/maps/documentation/javascript/reference/3/geometry#poly Please note that this Google Group will be deprecated by end of May 2018. Please use the alternative methods laid out in the
[Google Maps API v3] Re: Changes to your Google Maps APIs account
> > Hi Malgosia, >>> >> as nobody expierienced the new pricemodel so far, it's hard to say how google will cash up all the APIs you are using. I think that the Google Maps JavaScript API in the new GoogleMaps Platform will be "Dynamic Maps" with up to 28,000 loads for $200 VALUE -- You receive
[Google Maps API v3] Re: Changes to your Google Maps APIs account
Hello, How google charge for using Maps Javascripts api? I do not see it here https://cloud.google.com/maps-platform/pricing/sheet/ Does "maps javascript api" appears in "Static maps"? Małgosia W dniu środa, 16 maja 2018 02:21:03 UTC+2 użytkownik Hans Stad napisał: > > My problem with this paym
[Google Maps API v3] Re: Can Google explain the logic behind the Maps API changes ?
> > > I've had a reply from Google and forwarded information about my projects > with some ideas. > Hopefully Google can find a way to let independent developers to continue to use the API. -- You received this message because you are subscribed to the Google Groups "[deprecated] Google Ma
[Google Maps API v3] Re: Can Google explain the logic behind the Maps API changes ?
On Wednesday, 16 May 2018 02:21:03 UTC+2, Dalibor Tesanovic wrote: > > Very important & urgent question that needs to be addressed properly asap. > > On Sunday, May 13, 2018 at 8:14:05 PM UTC+2, Rob McMahon wrote: >> >> I've seen the announcement but can Google put forward someone who >> develo
[Google Maps API v3] Re: Can Google explain the logic behind the Maps API changes ?
Very important & urgent question that needs to be addressed properly asap. On Sunday, May 13, 2018 at 8:14:05 PM UTC+2, Rob McMahon wrote: > > I've seen the announcement but can Google put forward someone who > developers can talk with and discuss these changes. I can't understand the > logic b
[Google Maps API v3] Re: Changes to your Google Maps APIs account
My problem with this payment is given my credit card information. Anyone can start using my api key on my debit On Monday, 7 May 2018 00:55:07 UTC+2, Patrick HAOND wrote: > > Hi there. > I received an email with that title. > Am I supposed to pay anything to use Google Maps Javascript API now ? >
[Google Maps API v3] Re: Can Google explain the logic behind the Maps API changes ?
This is a really good question ! -- You received this message because you are subscribed to the Google Groups "[deprecated] Google Maps JavaScript API v3. Please use the latest post." group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3
[Google Maps API v3] Re: Changes to your Google Maps APIs account
Hi Ralf I haven't found any way to cap your usage other than to disable your account before it reaches the limit which is not practical. Leaflet seems to be the best option for me now, MapBox (which can used with Leaflet) are also offering free Pay-as-you-go services for developers who switch f
Re: [Google Maps API v3] Re: Changes to your Google Maps APIs account
I have decided that I will resume development on my own OSM-based maps API, called LivingstoneJS. It takes OSM imagery and draws it all in canvas. I believe it would be on par with GMaps if the various OSM tile servers were quicker. That may have to be the next project. Check it out in action: htt
[Google Maps API v3] Re: Changes to your Google Maps APIs account
Hi Rob, in that mail I got from Google ([Action Required] Changes to your Google Maps APIs account) they wrote: "For additional visibility and control you can set daily quotas or billing alerts." - so there will be a kind of control system. So far I couldn't find more informations about that.
[Google Maps API v3] Re: Changes to your Google Maps APIs account
Problems with the changes include : 1. There is no way to prevent payments being made if the usage cap is reached. This could become very expensive if map pages get a spike in traffic. 2. Very short notice was given by Google (only 5 weeks) which makes changing to an alternative API very diffic
[Google Maps API v3] Re: Changes to your Google Maps APIs account
Thanks Ralf for the answer. I didn't reach the limits, by far, so that is why I didn't understand that email. Le lundi 7 mai 2018 11:06:25 UTC+2, ralfwessels a écrit : > > Hi Patrick, >> > it depends if you are reaching the new limits ofGoogle Maps Platform. > You'll find the new pricing table he
[Google Maps API v3] Re: Changes to your Google Maps APIs account
> > Hi Patrick, > it depends if you are reaching the new limits ofGoogle Maps Platform. You'll find the new pricing table here: https://cloud.google.com/maps-platform/pricing/sheet/ -- You received this message because you are subscribed to the Google Groups "[deprecated] Google Maps JavaScr
[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?
Can you give me example how you solved the problem ? On Tuesday, April 3, 2018 at 5:13:05 AM UTC+5:30, Mike Saeger wrote: > > I've looked all over the net and this solution was the easiest for me to > implement -- AND IT WORKED! Thanks! > > On Monday, June 20, 2011 at 7:27:38 AM UTC-7, Gary B w
[Google Maps API v3] Re: Download current map using Google api and Tiles for offline use
How can I achieve this using google api? On Thursday, April 12, 2018 at 5:58:47 AM UTC+5:30, james@gmail.com wrote: > > I am creating an android application which works offline for GoogeMap. > When the user clicks on download button whole map which is having all > markers and polylines sho
[Google Maps API v3] Re: Anzahl Maps API erhöhen
Hallo Frank, Ich habe mit der Google Maps API auch schon einige Karten für Kunden erstellt, und anfangs dafür auch meinen eigenen API-key eingesetzt. Das war jedoch ein großer Fehler, weil Kunden irgendwann - auch Jahre später - wieder auftauchen mit irgendwelchen Problemen, obwohl das Projekt
[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?
I've looked all over the net and this solution was the easiest for me to implement -- AND IT WORKED! Thanks! On Monday, June 20, 2011 at 7:27:38 AM UTC-7, Gary B wrote: > > I've done something similar to keep just one infoWindow open. > I initialize a var like this > var currentInfoWindow = nul
Re: [Google Maps API v3] Re: Map does't appear since last year
Conversation is over ! On Tue, Mar 27, 2018 at 10:54 PM, philippe cabarbaye < philippe.cabarb...@gmail.com> wrote: > Hello Ralf, > Thanks for your post, it leads me on the right way > In fact, the map.getProjection() is defined after the map is loaded, but > it's not the case for map.getBounds()
Re: [Google Maps API v3] Re: Map does't appear since last year
Hello Ralf, Thanks for your post, it leads me on the right way In fact, the map.getProjection() is defined after the map is loaded, but it's not the case for map.getBounds() ! My event is on "bounds_changed" and unfortunately the map.getProjection() was still undefined (it was apparently not the c
[Google Maps API v3] Re: Map does't appear since last year
> > maybe this helps: > > https://stackoverflow.com/questions/17191664/why-getprojection-is-not-working-in-v3 > Ralf -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails
Re: [Google Maps API v3] Re: Map does't appear since last year
@JKurtock I didn't know the async calbaback form But I put the load() program in the callback rather than in the body onload and the result is the same On Tue, Mar 27, 2018 at 4:48 PM, philippe cabarbaye < philippe.cabarb...@gmail.com> wrote: > yes but > > map.getProjection() is undefined > > and
Re: [Google Maps API v3] Re: Map does't appear since last year
yes but map.getProjection() is undefined and i don't know why On Tue, Mar 27, 2018 at 4:14 PM, ralfwessels wrote: > Hi Trachy, >> > > the developer console shows this error: "Uncaught TypeError: Cannot read > property 'fromLatLngToPoint' of undefined" in "sites_2.js"on line > 767 > > Ma
[Google Maps API v3] Re: Map does't appear since last year
Where do you set the callback to be called after the googleapis load? https://developers.google.com/maps/documentation/javascript/tutorial On Monday, March 26, 2018 at 9:19:44 AM UTC-7, Trachy wrote: > > Hello, > My map doesn't appear since last year, do you know why ? Before all was > fine > I
[Google Maps API v3] Re: Map does't appear since last year
> > Hi Trachy, > the developer console shows this error: "Uncaught TypeError: Cannot read property 'fromLatLngToPoint' of undefined" in "sites_2.js"on line 767 Maybe you'll find an answer here: https://stackoverflow.com/questions/31855905/fromlatlngtopoint-is-not-defined Ralf --
[Google Maps API v3] Re: How to viewing list of all my API keys
The question is *how to find the key*? There is nothing anywhere in the developer console that is labeled "API KEY". On Friday, December 23, 2011 at 7:42:43 AM UTC-5, MymsMan wrote: > > Via the API console https://code.google.com/apis/console > -- You received this message because you are subsc
[Google Maps API v3] Re: Historical Traffic Data API or access
Does anyone know if this has changed? Has this data now been open up or did you ever find a solution? On Sunday, April 3, 2011 at 1:13:43 PM UTC-4, Ralph wrote: > > Hi, > > I'd like to access the historical vehicle highway and road traffic > data. Is there an API or data file that is availabl
[Google Maps API v3] Re: eventListener 'idle' bug in v3.32
We saw signs of the same as early as 8 PM ET on Monday. On Tuesday, March 6, 2018 at 5:47:02 PM UTC-5, MaFt Morley wrote: > > My sites seem to have shifted to using v3.32 this morning and I've noticed > a bug whereby the eventListener 'idle' is being constantly triggered. > > I've manually forced
[Google Maps API v3] Re: Map Custom Overlays is not clickable in mobile devices.
This has now been fixed (at least in MarkerClustererPlus). See https://issuetracker.google.com/issues/73571522 for the suggestion that led to a successful workaround. On Sunday, March 4, 2018 at 2:35:39 PM UTC-8, Arun Wilson wrote: > > Google maps Custom overlay click event is not working in mob
Re: [Google Maps API v3] Re: Maintain Aspect Ratio when editing a Rectangle
Hi Marvin, I never implemented a solution for maintaining aspect ratio in the end. Best of luck, Gavin *Gavin Harriss* :: Web / Mobile / Software Developer www.gavinharriss.com On 28 February 2018 at 21:35, Marvin wrote: > Hey, > > any chance to get your code? I can't find any solution for k
[Google Maps API v3] Re: Maintain Aspect Ratio when editing a Rectangle
Hey, any chance to get your code? I can't find any solution for keeping the aspect ratio... Thanks. Am Donnerstag, 17. November 2011 02:06:14 UTC+1 schrieb Marcelo: > > On Nov 16, 3:56 pm, gavin wrote: > > > > I'll open a feature request as advised. > > > > > It's quicker to do it yourself
Re: [Google Maps API v3] Re: google map marker disappear when embedded into flex project
Hi, i have the same problem with markers. Add remove of marker dosent work always. I checked with custom overlay, and it works... On Thu, Feb 22, 2018 at 10:52 PM Frank McGuire wrote: > Hello, > I am experiencing the same problem ... since last week when there was a > Google Maps API update from
[Google Maps API v3] Re: google map marker disappear when embedded into flex project
Hello, I am experiencing the same problem ... since last week when there was a Google Maps API update from 3.2 to 3.3. Did you ever find a solution? I have tried everything. I have several maps and one map uses markerclusterer.js. That one displays the cluster markers fine but also does not the s
[Google Maps API v3] Re: Get KML featureData Field Attributes
Hi is there a way to get all feature data name on the laod complete event. Also I wanted to display the feature data name on the left hand side and when the user clicks the name, it should position to that record on screen can this be done On Monday, February 6, 2012 at 5:03:34 PM UTC-8, Tyle
[Google Maps API v3] Re: V3 - Marker add listener only gives back last marker in list
An old post but still solved my issue with multiple infowindows thanks .. On Tuesday, February 9, 2010 at 8:18:38 PM UTC+5, Chad Killingsworth wrote: > > I misread your issue - the above code alone won't fix the issue. > > The way I address your issue is to attach a new property to the > mark
Re: [Google Maps API v3] Re: Draw Polygons on Google Maps
Please start a new thread for a new topic; don't reply to someone else's query with a question of your own. A new topic will give you the chance to supply some more details. How many polygons? How many points? Do you have the coordinates, or the encoded line? What database do you have? Is it a spat
[Google Maps API v3] Re: Draw Polygons on Google Maps
Hello, I want save multiples poligon in database but separately someone have do it? or exits a pre-made script js/php?? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails f
[Google Maps API v3] Re: Removing restaurants, hotels etc. from the roadmap
Wow - you guys are focused on new and cool stuff (your opinion) even if it gets in the way of using maps for something primitive, like a map. Remember, just because you can doesn't mean you should. On Saturday, August 27, 2011 at 6:32:48 AM UTC-4, Thor Mitchell (Google Employee) wrote: > > >
[Google Maps API v3] Re: How to convert coordinates
Your "path" element cited is part of an SVG element. https://developer.mozilla.org/en-US/docs/Web/SVG The SVG element may contain a viewBox attribute. Using those attributes will allow the browser to map the coordinates in the path element to the pixels on the screen. The points in the path e
[Google Maps API v3] Re: How can I check my car point(coordinate) in route?
Parse the DirectionsResult object https://developers.google.com/maps/documentation/javascript/directions to get down to the path array(s). Iterate through that (those) array(s) to see if your certain point is in the array. You will need to develop logic to decide what is "close enough" to be "
[Google Maps API v3] Re: Draw Polygons on Google Maps
What do you mean with dynamic polygons? Em domingo, 24 de dezembro de 2017 05:10:52 UTC-2, anasya...@gmail.com escreveu: > > I want my users to draw polygons on google maps but I want dynamic > polygons with hovering the moused > -- You received this message because you are subscribed to the
[Google Maps API v3] Re: Zoom in when radius is changed in editable circle
Hi Chandan, You mention that the fitbounds(...) worked for " particular radius change", and I presume you mean that it worked only sometimes, and not always. My guess is that it only worked when that radius was INCREASED, thus necessitating a zoom out. If I'm right, then the trick is to always
[Google Maps API v3] Re: Draw Polygons on Google Maps
This is certainly possible, but I would not recommend it, for the simple reason that many thousands of points could be generated in this way in just a couple of seconds. You could use something like this (not tested) : var aPolyPts = [];// Global var userDrawnPoly = new google.maps.Polylin
[Google Maps API v3] Re: How to convert coordinates
Hi Artur, Your d="M462..." string is basically a set of instructions to move a virtual "pen" to draw a series of straight-line sections to make up a polygon. The "M" and "L" parts of the string are commands which tell the "pen" where to go and what to do; so M462 399 instructs the "pen" to Mo
[Google Maps API v3] Re: setZoom() not working
On Thursday, July 21, 2011 at 7:32:21 AM UTC+2, Michael Jennings wrote: > > Hi, for some reason I can't get setZoom() to work. > > I call it in this function: > > function there(mag){ > var sAddress = document.getElementById('address').value; > geocoder.geocode({'address':sAddress
[Google Maps API v3] Re: Viewing Data: Mapping Earthquakes
Hi Jack, maybe start here: https://developers.google.com/maps/documentation/javascript/earthquakes?hl=en Ralf -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, s
[Google Maps API v3] Re: map marker not showing but apparently no problem in the code
Hello Moghomaya Arkel, Did you tried correcting the typo in the "postion" property of the marker? El jueves, 26 de octubre de 2017, 18:43:29 (UTC-4), Moghomaya Arkel escribió: > > hi guys please i have this code > > var mapOptions = { > zoom: 5, > mapTypeId: 'roadmap' > }; > var bounds
[Google Maps API v3] Re: Drawing a sector in API v3
It is okay. i can draw several sectors now. but please how can i save the sectors in a database such as mysql? thanks Le mercredi 14 décembre 2011 21:17:54 UTC+1, subversionpdx a écrit : > > Thank you, that worked perfectly :) > > Joe > > On Dec 14, 12:15 pm, Andrew Leach wrote: > > On 14 Decemb
[Google Maps API v3] Re: Color markers (other than red)
thank you very much, worked.. On Sunday, 26 December 2010 05:46:07 UTC+5, geoco...@gmail.com wrote: > > On Dec 25, 7:25 pm, Mark Adler wrote: > > The Static Maps API very nicely and easily provides different color > markers. > > How do I get different color markers in the Maps JavaScript API
[Google Maps API v3] Re: Trigger click event on a Fusion table layer
On Sunday, February 6, 2011 at 2:35:50 PM UTC-5, Anders E wrote: > > I have a map that shows a Fusion Tables layer based on kml polygons > that are in the Fusion table. > > What I want to do is trigger a click event on that layer with a > certain LatLong in order to get the Fusion tables row b
[Google Maps API v3] Re: Google Maps custom Dropdown filter (select)
Something like this? function toggleGroup(type, data, mapWindows, mapMarkers) { if (type != 'toggle' && type != 'about'){ // if (data.active() == 1) turn on all markers that are off if (data.active() == 1){ for (var i = 0; i < mapMarkers[type].length; i++) { var marker = mapMarkers[type
[Google Maps API v3] Re: MarkerWithLabel for V3
Are you still having this issue? I have the solution if so. You need to make sure your tags are in the following order: