In JavaScript, with https://maps.googleapis.com/maps/api/js?key=myKey&callback=myCallback";>
(in the HTML file), I've found that trying to get the user's position
before the Map has been instantiated--so that said instantiatiion can be
done with said position for center--using
navigator.ge
Most easiest would be to implement the following code...
https://www.google.com/maps/embed?pb=!1m28!1m12!1m3!1d100889.0904672355!2d144.92780888357547!3d-37.795099718637886!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m13!3e3!4m5!1s0x6ad646b5d2ba4df7%3A0x4045675218ccd90!2sMelbourne+VIC%2C+Australia!3m2
Wonder if this is the same problem I reported on Stack Overflow:
http://stackoverflow.com/questions/38882274/what-limits-are-possible-when-running-googles-javascript-maps-api
Getting 403 HTTP responses when loading photo spheres over the
StreetViewPanorama method...
On Thursday, August 11, 2016
Hey, I have a similar issue, did you find any solution? :)
thanks
El martes, 22 de enero de 2013 04:45:56 UTC-6, Malleswararao Pachigolla
escribió:
>
> Hi,
> I am using google maps in my Phone gap based mobile app.Whenever i pan the
> map or click on markers on the map continuously (for more tha
We're using API version 3.6, but the issue is still present in 3.9.
On Monday, 23 April 2012 09:57:41 UTC+2, Enoch Lau (Google Employee) wrote:
>
> Would you be able to link to your demo please?
>
> On Monday, 23 April 2012 16:48:35 UTC+10, Zuhlic wrote:
>>
>> I am having a problem with the Google
You can see this problem on the Volkswagen website.
http://www.vw.com/portal/en/dealers?context=Global#search=2460+Coney+Island+Ave,+Brooklyn,+NY+11223,+USA
Zoom in to zoom level 15/16 and you can see the white line between tiles
which runs over the dealer pin.
On Monday, 23 April 2012 09:57:41
Awesome. Thx Chris.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/2K4YrEfUdjMJ.
To post to this group, send email to google-maps
Hi,
Just to share my experience: I have also been experiencing slow performance
problems with Chrome when refreshing the custom map tiles of the page
posted by Martin.
I am running the last version of Chrome with no extensions, on Windows 7
Professional 64 bits. Other browsers (Opera and Fire
Hej Nanea, which endpoint are you trying?
I don't get Harburg anymore when calling
http://maps.googleapis.com/maps/api/geocode/json?address=Neustadt,%20Hamburg&sensor=false
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To vi
Hi,
I get the error in the subject line with this page:
http://home.comcast.net/~dgbethany/map.html
I'm using a Maps API v3 key and setting the sensor switch to false,
but the error persists on code extracted in its entirety from Google's
own site!
Any help would be appreciated.
--
You receiv
Seems like this issue is fixed. Great! Who can we thank for?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/dRGze_AgyLsJ.
To post
Who is?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/n616F6Xs6sgJ.
To post to this group, send email to google-maps-js-api-v3@g
I did just again (ID 1BDF-C4DD-22B8-BAE9)...
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/RO1hojopM1gJ.
To post to this group,
I think I did. Since it's persistent since weeks already, I can't remember
when exactly though. I also just posted on Google+, helpful or not. It has
to be fixed, it drives me
nuts. https://plus.google.com/u/0/113750533748883690330/posts/DeN6tGBdwt1
--
You received this message because you are
If you want your shadow to reflect the icon's transparency it's more
challenging. But if you just want a uniformly grey shadow, you can get it
by drawing "over" the icon using "destination-in" compositing (and
approprite transformations).
--
You received this message because you are subscribe
It appears that the getBoundsZoomLevel method from v2 is not available in
v3. Is there a replacement I can use to tell me what zoom level I will
need to fit given bounds in view? PanToBounds only shifts the view, but
doesn't change the zoom. And I want to calculate the needed zoom, and not
j
Given that there is a standard recommendation for Shadows (diagonally to
the right) it would be nice if we could specify that a marker should use a
"default shadow" (e.g. by setting shadowIcon=true) and have gmaps construct
it for us.
--
You received this message because you are subscribed to
The current release of the geo-encoding service delivers Harburg as
locality for parts of Hamburg (notice the 'r' instead 'm'). Harburg is a
town which is part of Hamburg, South of Hamburg. More or less a district.
The concerned districts are Mitte, Neustadt and as far as I recognized St.
Pauli
I'm revising a web application (http://simile-widgets.org/exhibit) to
generate relatively complex marker icons using canvas. In particular, I
need to be able to specify an image (via a url), but also to crop that
image to a shape that I draw. For reasons detailed below, it would be
very usef
sorry - i got a feeling this isn't the right
place to ask such a simple question, but i been looking at tutorials
and forums for 4 hours without finding what im looking for.
David
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3"
I have RESOLVED this issue.
[The solution was to create an 'addListenerOnce' event handler for
the (new in V3) event called 'idle', which fires after the map gets
initially rendered and updated and finally gets to the 'idle' state.]
The beauty of the 'Once' attribute on the handler allows you to
Thanks.
And, yes, that works. Good guess!
Ah...turns out 'idle' removes my need for 'zoom_changed',
since my code for V3 can now be same for both events.
Maybe someone could update the docs, and just add a note (for ppl coming
from V2 to V3):
"The V2-event that was named 'zoom', is now 'zoom_
(bump)
Ok, no hits...(sigh).
I'll ask this a diffferent way:
In my old V2 app, I had event listeners for 'zoom', and 'moveend'.
But, in V3, the 'zoom' listener's name was CHANGED to 'zoom_changed'.
So, is there still an equivalent for 'moveend'? If so, what is its NEW
name?
(and, by extensi
No problem at all, Luke.
The CONCEPT of your reply easily forgives a typo.
(Besides, I got to learn that method-name mistakes can cause that
error msg, so it was worth having!)
Live and learn. :^)
--
You received this message because you are subscribed to the Google Groups
"Google Maps Java
Aha...didn't realize that the mis-spelling of calls could an issue.
(in the first reply, Luke had mentioned 'maps.google.events.' (plural)
rather
than 'maps.google.event.', so I blindly copied that.
And, some others Listeners names were way off, too.
I fixed all those, and it's now getting MUCH
Close, but no cigar. (sigh). I added that into the code, but I now
get 'undefined' on the map, when I declare such a handler.
The new (V3) failing code is located at:
http://whitewatergmap.gohazel.com/
Hint: The start/mainline is at the bottom of the file.
This is a new site...where I'm now try
@Luke:
Sounds beautiful...music to my ears! I can tell, just from your
description, is that that is EXACTLY what I am looking for.
[I haven't tried coding that yet, but I will now...this morning!]
Many thanks...
--
You received this message because you are subscribed to the Google Groups
"Go
In the V3 docs, I see the list of example 'UI-events' (such as
mouse-movements, etc).
The docs mention generically that there are non-UI events, but then it
doesn't seem
to point to a list of events of interest.
(If I had such a list, then I'd recognise the one(s) that I'll need for my
impleme
[Not sure how LONG it takes for these queries to show up? My previous one
is over 3 hrs old?]
As I mentioned earlier, I'm trying to learn V3 APIs (I started in V2).
I think this whole concept of 'MVC' state changes is new, and what
I need to learn (e.g. so that map.getBounds isn't null/undefined,
Thanks for the help! (I've solved the issues)
SOLVED.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/WVC8DYNP7d8J.
To post to t
I'm converting some code from V2 maps APIs to V3.
I've run into what appear to be differences in what was synchronous in V2
that now appears to be asynchronous (or just take longer in V3).
One example...in the documentation for map.getBounds(), it says:
Returns the lat/lng bounds of the current
The Places API and Autocomplete API are excellent products but the usage
limits are currently too low for serious commercial use. When will these
APIs be available in the Premier license to enable higher usage levels.
Thank you
David
--
You received this message because you are subscribed to
A couple of days ago, I took a page I'd written a few years ago, and moved
it to a new web-hosting location.
My goal was to then migrate it from v2 APIs to v3 APIs, to see what if
anything in my code might need changing.
Long story short, I first applied for a new (v2) key, and tweaked the code
I'm generating lots of custom markers for my maps at runtime using canvas.
Given that gmaps is also using canvas, there's some annoying wasted
computation involved in extracting my canvas as a data: url and passing it
to gmaps as the url of a marker so that gmaps can parse the data url as an
i
Thanks again Martin, your code works flawlessly.
kesuke:
I am refreshing the tiles every 5~10 seconds and I have no problems at
all...
'Cache-Control: no-cache, must-revalidate' is specified in the server php
file.
Thanks again to everyone!
--
You received this message because you are subscri
Thanks Michael, I see...
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/DBFN7U3qTwUJ.
To post to this group, send email to google
Martin:
Thanks again for your reply!
1) I will send you the code by mail so that you can take a look, after some
minutes.
2) New files are being requested with new timestamps...
3) In my server I am using as header directives:
header('content-type:image/png;');
header("Cache-Control: no-cache,
Martin:
Thank you very much for your time and patience.
Currently your code loads the tiles initially, but still doesn't seem to
refresh the tiles after the 5 seconds...
(By the way, I changed:
var tileUrl = tile.tileUrl
to
var tileUrl = tile.tileURL )
I wonder why is not working, it looks ok
Hi,
I have tried the opacity code suggested by Michael. Now the tiles get
displayed once but are not getting reloaded at all, there must be some
problem with the code, could someone please help me find the errors? (I am
sorry for any huge mistake, I have just started learning gmaps)
What I exa
Michael and Martin:
Thank you very much for your replies!
I will try it as soon as I have time, I am quite busy with other stuff at
the moment...
@Michael: I get ~3000 points (lat,lng) stored into my db every hour (around
1~2 points per second). In order to get a "real-time" feel I have chose
I just spent a couple of hours tracking down an InfoWindow bug that turned
out to be a v3 "feature". InfoWindows size to fit around their contents.
But they refuse to set heights larger than the containing map. Instead, if
your content is too large, it run outside the bottom of the infoWindow
+"&z="+zoom
> +"&g=1&bogus="+new Date().getTime();
> },
>
> tileSize: new google.maps.Size(256, 256),
> isPng: true,
> opacity: 1.0
>
> }];
>
> Martin.
>
> On Oct 18, 4:18 am, David wrote:
>
>
>
> > Rossko, thank you
Rossko, thank you very much for your reply.
Yes, I am actually getting my tiles updated by the tile server every
5s,
but as you said the problem is re-fetching map tiles that have already
been fetched.
I have no idea on how to make a custom tile management in JavaScript,
could you please show me
Hello,
I have a database with thousands of (latitude,longitude) points stored
in it. Those points are plotted into a map using a tile server. Such
tile server first computes, for each tile, the points that fall inside
the tile, and then draws every point(after coordinates conversion). My
Javascrip
tively long sentence. Having the tag made the scroll
bars come back.
Not even a full "two cents",
David
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://gr
I am tryijng to create a map of a university campus. It looks great in IE,
FF, Chrome, etc.. but when I load the page on an iPad or iPhone my ground
overlay just shows a boundary line for the image with a little question mark
icon.
here is the URL: http://offices.colgate.edu/campusmap/go_tran
According to the API docs mapTypes is still a valid property of the
map object and getMapTypeId is still a valid method.
What's changed in 3.6 that's stopped
that.map_.mapTypes[that.map_.getMapTypeId()] from working?
David
On Sep 21, 4:58 pm, "Enoch Lau (Google Employee)"
thanks!!
On Aug 31, 9:59 pm, Esa wrote:
> I can see a map on the page.
>
> Your CSS:
>
>
> #map{
> width: 450px;
> height: 350px;
>
>
> The trailing curly bracket is missing. I think it depends on browser
> how it parses that.
--
You received this message b
Thank you very much!!
Its works
;)
On Aug 31, 4:29 pm, Pil wrote:
> On Aug 31, 12:55 pm, David Arenzana wrote:
>
> > But when i up my web on a
> > server, the map dissapear. Sorry for my english, and
> > thanks.www.pedranaturalgarcia.com/contact.php
>
> Try t
L.
Anyone come across a link to a sample like that or has the above they are
willing to share?
Many thanks,
David
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://group
to follow.
On Sun, Aug 14, 2011 at 12:52 PM, Roger Hampson
wrote:
> Sorry I wasn't able to discern that technique from your code, David, but,
> not being an expert in Javascript, I couldn't see the wood for the trees.
>
> As you say, whatever method you use, it means that y
pi-v3@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
--
- - - - - - - - - - - - - - - - - - -
David A.
//groups.google.com/d/msg/google-maps-js-api-v3/-/Lv4-UXaedIIJ.
>
> To post to this group, send email to
> google-maps-js-api-v3@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this gro
; google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
--
- - - - - - - - - - - - - - - - - - -
David A. Violette
davidaviole...@gmail.com
da...@violette.com
d...@sitepower.com
--
You r
s.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
--
- - - - - - - - - - - - - - - - - - -
David A. Violette
davidav
I've been getting a 403 error when I try to query directions using
google.maps.DirectionsService()
It returns, "ERROR_UNKNOWN" from the google.maps.DirectionsStatus.OK
Chrome's Developer tool says: "GET
http://maps.googleapis.com/maps/api/js/DirectionsService.Route?4b0&5m2&1m1&2sPella%2C%20IA&5
> Why would you necessarily expect "Bradford, UK" to return a single set
> of coordinates (other than it has in the past)?
> (at least 3 of those four results look reasonable to me; the result
> doesn't seem unexpected to me, and the first result is the "best"
> match.)
>
Partly because, as you s
I have a website which uses the Google geocoder to determine
coordinates from an address. Disambuguation is resolved in the case
of multiple results being returned by displaying a list of all
returned "formatted_address" which the user can then select. I then
use this to populate the search box (
tp://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>
Thanks, Larry.
How to capture the polyline? You're correct in that I don't care about
directions, just to display the path.
Would I display the polyline(s) using KML?
--
- - - - - - - - - - - - - - - - - - -
David A. Viol
Thankyou for an official response, very much appreciated. Like all grand
ideas, we will be starting small and growing on demand, but I need to make
sure we can actually be profitable at a latter stage :) The PAYG pricing
will probably be relevant to us initially, so ill keep my eye on the geo
b
but I cannot find any publicly available information of
these numbers.
Please can I request clarification of the generation limits and where
I can find pricing details of the 'pay as you go' and Premier billing
systems.
Thanks,
David.
--
You received this message because you are subsc
I am having the same issues but I cannot seem to figure out the syntax. I
can pass the reference id to the .getDetails() function, I get a status of
"OK" but I cannot figure out the syntax to get the detailed information.
What Object is it returned in and what is the syntax to retrieve it?
--
I made a custom static map, but now i need to make a copy of it and add
another layer to it. Is this possible? If so, how? Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https:
Hello guys,
I really didnt want to post, because I already found several post
related to this error, but actually I didnt find any reply that worked
for me. I guess it's either a missmatched parameter or some browser
trouble.
Im executing the most simple code, in the API v3 is called "The Hello
W
Ah I see. Sorry, I'm so used to "latitude-longitude" I've put them in the
wrong order. Thank you so much!
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/m
Hi there, I've got a piece of KML that draws a polyline on my map (this is
in an iPhone application using Apple's KML parser). Here is the data:
http://earth.google.com/kml/2.0";>
7fcf0064
6
And following by an example under Overlays - Custom Overlays:
http://code.google.com/intl/cs-CZ/apis/maps/documentation/javascript/overlays.html#CustomOverlays
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this gro
I am dealing with the same thing right now. My v2 code is:
map.getPane(G_MAP_FLOAT_PANE).appendChild(div); and I need to have the
same functionality in API v3.
There is another thread:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/3f6e16dd550b5875/9cc146342df09c6f?lnk=g
Ah so it was purely because of double-backslashes. Sorry I should've
noticed this. Thanks for your time Andrew; been a big help!
--
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
Hi there,
I'm using Google's polyline decoder to plot out a journey path on a map.
However something's really puzzling me. I pasted my string into Google's
tool
here:
http://code.google.com/apis/maps/documentation/utilities/polylineutility.html
and the resulting line is totally incorrect. I
Does anyone know if the places registered with Google Map Maker are
returned by google.search.LocalSearch() ?
David.
--
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
Greetings... Blake... I've wondered about this for about as long as this
thread is old. You have some wonderful work here.
I am nowhere near as capable of these things so I humbly ask and wonder if
someone actually needed 2 simple static maps... made into Google maps,,,
assigned to a api
Thanks. I have tried with v3.3, but still displaying eratically. The first
time the site failed to display the polylines. I deleted the history, and
it worked the next time. It still displays correctly when I reload the
page! I am using IE8.
If only my users would use Firefox.
David
When you use Firefox's keyword search feature, if you set your
bookmark's URL path to have a variable, but never pass in a string to
it, it will put in the literal "%s", but who knows if that is your
situation.
More about the Firefox keyword search feature here...
http://www.wikihow.com/Create-Cus
;
On Mar 31, 4:15 pm, Andreas Sommer
wrote:
> On 31.03.2011 21:35, David wrote:
>
> > I'm trying to get the coordinates for a single click on the map.
>
> > The code below is something I've cobbled together that gets the coords
> > for the center of the map, u
My site (www.dljsoftware.co.uk/golf/Course/Layout.aspx) uses custom markers
and polylines. Recently the display of custom markers has become erratic in
IE (no problems in Firefox or Chrome). On first loading the page, the custom
markers do not always display, but if I reload the page (using my c
I'm trying to get the coordinates for a single click on the map.
The code below is something I've cobbled together that gets the coords
for the center of the map, upon double click. But I'd like to get the
point under the mouse when I single click.
(stuff in comments are attempts)
google.maps.
ypes = theMapTypes.length;
theSatelliteMapType = "";
for (i = 0; i < theMapTypes.length; i++) {
if (theMapTypes [i].getName () == "Hybrid") {
theSatelliteMapType = theMapTypes [i];
}
}
David
--
You received this message because you are subscribed to the Google Groups
"
epecial credentials are not required, can anyone point out any
problems with the above code? I have redirected the url to one of our own
sites and the posted content certainly looks exactly as it should!
Many thanks in advance, David.
--
You received this message because you are subscribed t
My email account password was compromised by a third party operating out of
china, I have changed my password and I apologize for the inconvenience.
Please ignore the email your received, I quoted it below for reference.
On Mon, Feb 28, 2011 at 1:30 PM, David Ruggles wrote:
> Hello!my frie
numbers before you try to parse them.
good luck,
David
On Feb 21, 5:57 am, Rick Donohoe wrote:
> Hi guys,
>
> Site:www.my-walk.com/addwalk.php
>
> I have a method which takes a string of saved markers, then I want to
> break it down so I can add them to a Marker array and displ
Thanks for the immediate reply! any idea why this was removed form v2 to v3.
Seems useful to me especially because I hit the limit while testing. Won't
be difficult to implement my own, but even easier when its done for you ;)
ill take a look with chromes dev tools tomorrow when i'm unblocked
In the V2 doc it states "GClientGeocoder is equipped with a client-side
cache by default" I dont see any mention of this in the v3 doc for the
google.maps.Geocoder
object? do i need to build my own cache and only call .geocode() on a miss
or is there a client-side cache in v3 by default as we
make this difficult
-David
On Jan 31, 9:49 pm, "geocode...@gmail.com"
wrote:
> On Jan 31, 6:39 pm, David wrote:
>
>
>
>
>
> > Hi,
>
> > I've been developing a web app that maps out a bunch of custom markers
> > that are stored in a database
Hi,
I've been developing a web app that maps out a bunch of custom markers
that are stored in a database and get pulled out when requested. It
was working fine for a while, but just recently i've been getting a
stack over flow in the gMaps main.js file (generally around line 24
ish). This only s
Thank you Martin!
So I ask again my first question:
Why the .getDirectionsRoute() call from an instance of MapTrajet remains
empty after a .calcRoute () ?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group,
Thank you so much! :-)
I still don't understand why you wrote that *"my function returns
immediately after issuing the request"* because the callback function is as
any callback function execute AFTER the request.. And the value returned
shouldn't be null when OK status..
Can you tell me more
Thank you for your answer Rossko!
But can you tell me more about the 'OK' DirectionStatus from the callback
function?
--
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-v3@g
Hello everyone,
I'm trying to get the first route from a DirectionRequest. (See the code
below)
The .getDirectionsRoute() call from an instance of MapTrajet remains empty
after a .calcRoute ()
Any idea?
Thank you
My custom "class":
function MapTrajet(div, adresseDestination) {
.
I don't know if this will help you in your specific case, but I've used the
"tilesloaded" event to detect movement end more accurately.
On Tue, Jan 4, 2011 at 10:50 AM, bratliff wrote:
> I am trying to implement a "light weight" marker facility:
>
>http://www.polylib.us/polycluster/place
>
>
Sorry, I forgot to post the link to the working v2 application.
http://princebio.org/xMapFullPage.HTML?2010Team2
Click on any of the markers and the InfoWindow will appear.
Click on either of the small images and the large image will appear in the
foreground.
David Burden
--
You received
Here is a link to very simple HTML file using v3 that illustrates the
problem:
http://princebio.org/testinfowindow.html
If you click on the marker the InfoWindow will appear.
If you click on the image or the text in the InfoWindow the large image will
appear *behind* the map.
If you click on th
Not to take this too far off topic, but it would have worked if you had
escaped the word "long" using back-ticks (`) but changing the name to
something that isn't reserved is much better.
On Sun, Dec 26, 2010 at 7:55 PM, Sheridan wrote:
> I changed everything in all four pages to 'lon' instead o
ystem there
are lots of markers all with different text and pictures, However the
simple version demonstrates the problem.)
Any help would be much appreciated.
David Burden
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
T
I have a KML file that has descriptions containing links:
http://www.bathspa.ac.uk/contact/bath-spa-university-campuses.kml
The KML file is embedded in a map:
http://www.bathspa.ac.uk/contact/directions.asp
In the v2 API I used a short section of code to prevent those links
from opening in a ne
Hi,
Do you know how i can build the same map of WalkScore
("http://www.walkscore.com/NY/New_York/map";)?
i search the function of polyline onMouseOver visibility, my polylines
made with KML file.
Thanks,
Dave
--
You received this message because you are subscribed to the Google Groups
"Googl
Did you find an answer to saving in database yet? I am looking for same type
solution.
On Mon, Sep 20, 2010 at 5:17 PM, azuro wrote:
> Hello,
>
> I'm setting up a web application that allow user to input their origin
> and destination address. Then, Google Map will display the suggested
> route
until recently.
I have it working now as desired at Violette.com. (You can follow our
travels there as well)
Dave
On Sat, Sep 25, 2010 at 7:35 AM, geocode...@gmail.com
wrote:
> On Sep 24, 11:34 pm, "geocode...@gmail.com"
> wrote:
> > On Sep 24, 5:31 pm, David Violette
wrote:
> On Sep 24, 10:39 am, "geocode...@gmail.com"
> wrote:
> > On Sep 24, 9:44 am, David Violette wrote:
> >
> > > Larry:
> > > You must have received a different (old) version of TestMap because
> there is
> > > no reference to F
Larry:
You must have received a different (old) version of TestMap because there is
no reference to Fall2010.kml in the current one and Black is not used. To
help avoid caching problems I have uploaded a new file as
Violette.com/TestMap2.aspx.
TestMap2 does use directions service.
Thanks on #4.
T
1 - 100 of 120 matches
Mail list logo