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
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
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
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
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
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
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?
+
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
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
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
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
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
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
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
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
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
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
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
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){
>
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
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
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
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
23 matches
Mail list logo