Yes, I don't store anything on my server from Google. After a quick
thought, the two possible solutions are to include in the client code
two script tags, one with the API and the other one containing my
code, or to have a handler on my server which gets the API code from
google, generates code for
If you are not concerned that the latitude/longitude system is not a
Cartesian system, you could simply use the math formula for computing
distance:
distance = SQRT ( (x2 - x1) ^ 2 + (y2 - y1) ^2 ) and you replace xn
with longitude of nth marker and yn with latitude of nth marker.
If you want to
I haven't tested yet, but couldn't you use the map mousemove event,
something like:
var resizing = false;
// on marker dragstart
resizing = true
// on marker dragend
resizing = false
// on map mouse move
if (resizing) // calculate aspect ratio
I am using the map mousemove technique in my drawi
I am working on a public transport route planner using Maps V3, and I
am thinking of letting other developers implementing some sort of
embed functionality in their sites using my application (for example
to display in a contact page).
This service will be absolutely free of charge, the only advan
Updated to latest version (15.0.874.120 m) and the bug is gone, so
this topic can be closed.
--
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@googlegroups.com.
To unsubsc
Finished testing on Ubuntu 11.10 with latest Chrome version. No
problem detected.
Also posted in the Chromium bug tracker:
http://code.google.com/p/chromium/issues/detail?id=103521
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group
Your welcome.
I posted the issue in the Google Maps API bug tracker (
http://code.google.com/p/gmaps-api-issues/issues/detail?id=3711 ), but
I'll try to gather some more information from the Chrome debugger
before posting to it's own list (I suppose it's the chromium bug
tracker).
Maybe someone c
Should I report this as a bug to the Google Chrome team?
--
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@googlegroups.com.
To unsubscribe from this group, send email to
I think Enoch is using Windows XP or other OS cause I didn't encounter
the problem on Windows XP.
I tested another 2 machines running Windows 7 Enterprise x32 and
result was as expected, so that brings us to a total of 6 problematic
machines.
I'll also make some little investigations now in the c
Ok, I got fresh new information:
First, I tested this demo on 2 other machines, so here are details
along with mine:
My machine:
- Operating system: Windows 7 Enterprise x64
- AMD Phenom II processor with 8 GB memory
- Results:
- Before update (version 14): worked normally
- After update (ver
Oh, sorry, I never knew it's a marker option. I tried with it set to
false and I still get the same behavior.
I made a sample test page with 2 markers, a polyline and a infowindow
(with the same annoying glitches).
http://www.artflow.ro/tibi/maps.html
If you keep the zoom constant, the first mar
For Rossko, I don't know what non-optimized markers are, and for
Enoch, the project is still on my localhost, but if I don't find a
solution soon, I'll upload it somewhere online and I will let you
know. Thanks
Until that, I found another interesting problem, that is the polylines
also appear in f
Since I updated to Chrome 15 a weird thing is happening: I have a
drawing app that has that common little square markers for vertices
and midpoints. Now whenever I pan or zoom with markers on, they
sometimes get behind the polyline, completely random. They also get
back in front if you continue to
Recently there have been a lot of road changes in my city (Bucharest)
because of the new Basarab Bridge that is soon to be opened. I saw
that on the www.google.com/maps site there were some quick updates of
the road map data (no more than 3 weeks I think) but on my application
the road map is still
What do you mean by "dynamically draw" and how do you want to resize
the polygon?
On Apr 18, 4:46 pm, vijay shanker wrote:
> how can i dynamically draw a resizable polygon ? is it possible with
> v3 as all examples of something similar has been with v2..
--
You received this message because you
Thanks for your response. Anyway, it was more of a curiosity, because
I had already managed to develop a small app for drawing polylines as
routes (which with a stroke weight of 10 or something can achieve a
similar result). I just wanted to make sure you can't do it like
this :)). Cheers!
--
You
Hi, first of all, I want to briefly know how the API displays that blue
outlines for every street that has street view imagery, when you drop
Pegman, and secondly if I can use it for example to highlight a route
between two points. I can't use the directions API for some reasons that it
doesn't
17 matches
Mail list logo