[Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-30 Thread Jason
Hi, I'm experiencing the same issue on the iphone 3GS iOS 4.2 with ImageMapType. Jumbled overlay tiles (and Google Tiles) after 30 seconds or so of zooming/panning. Everything works fine on a laptop. If it is indeed the safari mobile cache limit has anyone figured out a workaround? Thanks, Jason

[Google Maps API v3] Markers have categories with multiple values

2010-12-30 Thread Kirkman14
Hi everyone, I'm trying to build a map of trails around St. Louis. I'm using an XML file to hold all the trail/marker/map data. For each marker, I have categories like "surface," "difficulty," "facilities," etc. Some of these categories will have only one possible value for any given trail. For e

[Google Maps API v3] Google Maps JS API auto-complete support for eclipse

2010-12-30 Thread Aleks
Does anyone know of a way where I could add a library to Eclipse in order to get full auto-complete for JS APIs? I have it where I can auto-complete google, but then when I do . and press control space, there is nothing there. This would be really helpful. -- You received this message because yo

[Google Maps API v3] Re: Cant Deserialize DirectionsResult Objects

2010-12-30 Thread Rossko
Have you considered using the HTTP Directions service, which would return more easily digested results? http://code.google.com/apis/maps/documentation/directions/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this g

[Google Maps API v3] Re: Reliable URLs for Marker Icons?

2010-12-30 Thread Iam Anonymous
Thanks, folks. This was a big help. Michael's suggestion was the one that fit my need the best. In fact, it's a solution that occurred to me but I didn't know how to do it. (I wrote this to a friend a few days ago: "AFIK the only way to do cute icons would be to send them as separate PNGs, G

[Google Maps API v3] Re: get a dropdown box to change the centre point of the map

2010-12-30 Thread geocode...@gmail.com
On Dec 30, 8:19 am, alana257 wrote: > Hi All, > > I have a map of different patches. > > I want to be able to choose in a dropdown box a patch, and for the map > to zoom into that location. > > If i then choose another location in the dropdown box, it then goes > that that area. > > I currently ha

[Google Maps API v3] Re: Comment importer un fichier GPX

2010-12-30 Thread geocode...@gmail.com
On Dec 30, 7:33 am, patoch44 wrote: > Quel est le code à utiliser pour importer un fichier GPX dans l'API > Google Map V3 ? > > J'ai la solution en V2, aussi j'aimerais faire évoluer celle-ci en V3 Translated to English: + What is the code to use to import a GPX file in the API + Google Map V3? +

[Google Maps API v3] Comment importer un fichier GPX

2010-12-30 Thread patoch44
Quel est le code à utiliser pour importer un fichier GPX dans l'API Google Map V3 ? J'ai la solution en V2, aussi j'aimerais faire évoluer celle-ci en V3 Cdlt -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this grou

[Google Maps API v3] Iterate through rows of table to plot points or markers

2010-12-30 Thread Matt Stotts
Hi All; I am a new to web Applications and to Web development in general. I need help with aspx and C#. Most of my time has be developing Desktop Apps. I need some assistance in setting up a Google map that will plot/mark points on a map that comes from an sql database. I have tried to make sen

[Google Maps API v3] Geocoding results to info window

2010-12-30 Thread GeoMidpoint
I'm planning a new site that has similar functionality to: http://code.google.com/apis/maps/documentation/javascript/examples/geocoding-simple.html except that site visitors will be able to copy and paste in multiple addresses that will be geocoded in a loop and the corresponding markers will app

[Google Maps API v3] Infobubble Youtube Embed Safari problem

2010-12-30 Thread Amar
Hello Luke, The Infobubble is very impressive. I have tested it on FF and it works perfect. However, i have seen a lot of problem when you embed a youtube video inside one of these infobubbles. Three situations arise (Youtube video embedded in one of your Infobubbles): 1. In firefox, everything i

[Google Maps API v3] get a dropdown box to change the centre point of the map

2010-12-30 Thread alana257
Hi All, I have a map of different patches. I want to be able to choose in a dropdown box a patch, and for the map to zoom into that location. If i then choose another location in the dropdown box, it then goes that that area. I currently have this as the dropdown box, but unsure on ifi need to

[Google Maps API v3] Re: Cant Deserialize DirectionsResult Objects

2010-12-30 Thread sisdog
Hey Rossko, First off, thanks for your reply. I'm not sure if you're being sarcastic and insinuating that I haven't done any research but yes, I've searched other posts looking for solutions. The link you provided doesn't address my goal which is to NOT repeatedly call google for information I

[Google Maps API v3] Re: DirectionsRenderer.setDirections does nothing with a DirectionsResult I've pulled out of my database

2010-12-30 Thread sisdog
Stewart, I've tried to mimic your technique to save my DirectionsResponse to a database but it's not working. I started a new thread on this at https://groups.google.com/d/topic/google-maps-js-api-v3/Ai1bZIVgfzo/discussion. Maybe you know what I'm missing? thanks -- You received this mes

[Google Maps API v3] Re: Animate Radar Version 3

2010-12-30 Thread peanut
Pete, I haven't looked at this in a little while. Kind of holding out hope that some more functionality will be added to the API. Played around with setAt and push and pop and the results are less than desirable. Rich -- You received this message because you are subscribed to the Google G

SOLVED: [Google Maps API v3] Browser compatibility IE works safari, ff, chrome all do not?

2010-12-30 Thread projectjerel
That did it! needle in a haystack! THANK YOU -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-ma

Re: [Google Maps API v3] Browser compatibility IE works safari, ff, chrome all do not?

2010-12-30 Thread Andrew Leach
On 30 December 2010 16:31, projectjerel wrote: > Hello, > I've stripped this down to specifically the map, and for whatever reason I > can not see it on any browser but IE8. > here's the url > http://www.tellusmore.net/pittsburghpa/mrwaterheater/test2.php > > i have it open in all of them, no clue

[Google Maps API v3] Re: How to change driving directions route (Polyline) color?

2010-12-30 Thread geocode...@gmail.com
On Dec 30, 5:58 am, Sankar T wrote: > Hello Everyone, > > Could anyone tell me how to change the color of poly-lines (routes) of > driving directions? Did you try searching? http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/5674d9bcef4f6b7f/184a0777d12ee74d?lnk=gst&q=directio

[Google Maps API v3] Re: Using set_at when adding mapTypes

2010-12-30 Thread Pete
Reading is difficult.. (figured this one out). cheers On Dec 30, 9:38 am, Pete wrote: > I'm trying to understand how to set a listener for this when i'm > trying to watch for the setAt on overlayMapTypes. > > google.maps.event.addListener(overlayMapTypes, "set_at", > function(event){ >        

[Google Maps API v3] Using set_at when adding mapTypes

2010-12-30 Thread Pete
I'm trying to understand how to set a listener for this when i'm trying to watch for the setAt on overlayMapTypes. google.maps.event.addListener(overlayMapTypes, "set_at", function(event){ alert('HHH'); }) figured this would do it, however that's not the case. Any help would be greatly a

[Google Maps API v3] How to change driving directions route (Polyline) color?

2010-12-30 Thread Sankar T
Hello Everyone, Could anyone tell me how to change the color of poly-lines (routes) of driving directions? Thanks In Advance Sankar T -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google

[Google Maps API v3] Re: adding markers in cycle

2010-12-30 Thread geocode...@gmail.com
On Dec 30, 12:53 am, George wrote: > Ok, this problem was solved with the use of function to create markers > and their infowindows, but now some more interesting > one.http://tripcatcher.ru/guide/region/5click in right block "Посмотреть > карту Европы" then you will get map processing code ajax

[Google Maps API v3] Re: Two Google V3 Maps on the same page do not load completly (Intermitent issue)

2010-12-30 Thread JoshN
Assuming your map is a Map, you can listen to the tab and fire the resize by adding this to initialize: $("a:contains('POI')").click(function(){ google.maps.event.trigger(map, 'resize'); }); Hope this helps. On Dec 29, 5:08 pm, "geocode...@gmail.com" wrote: > On Dec 29, 7:40 pm, elchino w