[Google Maps API v3] Re: Drag to Change Route - REMOVE

2011-11-04 Thread geocode...@gmail.com
On Nov 4, 8:14 pm, Dizzee wrote: > when using a draggable map that has draggable waypoints, is it > possible to remove the option to change the route? > > effectively leaving google api to calculate the route but the user to > be to modify the start/end and anyway points. Like this? http://www.ge

Re: [Google Maps API v3] If we don't need any key for GMAP v3 then how google traces any site loading 25000 maps per day.

2011-11-04 Thread Albert Arul Prakash Rajendran
It does know the domain name rite. Domain names are unique key for them On Nov 5, 2011 12:27 AM, "Shailesh Jangir" wrote: > Hello All!! > > Since, version 3 of the Google Maps JavaScript API no longer needs API > keys! the how Google traces to charge the websites when it exceed a > limit of more

[Google Maps API v3] Drag to Change Route - REMOVE

2011-11-04 Thread Dizzee
when using a draggable map that has draggable waypoints, is it possible to remove the option to change the route? effectively leaving google api to calculate the route but the user to be to modify the start/end and anyway points. Thank you -- You received this message because you are subscribed

[Google Maps API v3] Re: Overlay Click Event not Firing on IOS Device

2011-11-04 Thread Enoch Lau (Google Employee)
You've put the div into the overlayImage pane. Try putting it into the overlayMouseTarget pane instead. Enoch -- 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/

[Google Maps API v3] Re: Distance Matrix - how to

2011-11-04 Thread Rossko
> incidentally what browser did you use to debug.. It was horribly old Firefox 2 -- 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 t

[Google Maps API v3] Re: Lock/control zoom level of overview map control

2011-11-04 Thread Enoch Lau (Google Employee)
No it's not possible currently. If you'd like this, please file a feature request here: http://code.google.com/p/gmaps-api-issues/issues/list Enoch -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the

[Google Maps API v3] Re: Synchronous reverse geocoding

2011-11-04 Thread Rossko
> I have a map where I drop a number of markers. That would be the time to do reverse gecoding? >  I need to save the > location of the markers to a database, along with the city and country > that the marker was placed in. Beware the terms of use for storing Google's data > Any way I can do th

[Google Maps API v3] Synchronous reverse geocoding

2011-11-04 Thread Rob
Hi everyone, I have a map where I drop a number of markers. I need to save the location of the markers to a database, along with the city and country that the marker was placed in. I keep track of all the markers in an array, hence, when I need to save all the markers to the database through an A

[Google Maps API v3] Re: Creating new divs on the map

2011-11-04 Thread Martin™
Or is a CustomControl what is required? http://code.google.com/apis/maps/documentation/javascript/controls.html#CustomControls Martin. On Nov 4, 1:34 pm, JD Gauchat wrote: > If what you want is to put the map inside a div and then have other divs > shown over it you have to use these CSS prope

[Google Maps API v3] Re: Are there valid KML tags that will cause the API to refuse to display a KML file?

2011-11-04 Thread Joseph Elfelt
No I don't. Instead I have an app that can read KML/KMZ files. Sometimes when I try to look at a file that ought to display given the specs as we know them, the API refuses to display the file. HmmmOn further thought I guess the first thing I need to do when I encounter a file that is within

[Google Maps API v3] Upgrading my page to v3

2011-11-04 Thread Niklas Rosencrantz
Hello My map used the v2 and I've halfway upgrading it. Here's the code: http://maps.googleapis.com/maps/api/js?sensor=false";> function load() { var latlng = new google.maps.LatLng({{ad.geopt.lat}}, {{ad.geopt.lon}}); var myOptions = {

[Google Maps API v3] Overlay Click Event not Firing on IOS Device

2011-11-04 Thread Chris C
http://www.aesculusca.com/custommarker.html Modified from the overlayview sample. Under Safari or Chrome load the above sample and then click Add Marker. When the blue dot shows click on the dot. A popup will show 'Hi'. This event will not fire in IOS (iPad, iPhone or iPod Touch). -- You rece

[Google Maps API v3] Re: Struggling to set up sharing Infowindow link with a unique url inside its own infowindow?

2011-11-04 Thread Radina
Hi Chris: Re: just tries to tweet http://creativemaps.vism.ag/1b.htm, not http://creativemaps.vism.ag/1b.htmThis%20place Please note that this is not valid url (nonexistent, if you try to open it) http://creativemaps.vism.ag/1b.htmThis%20place I am not sure what expected beha

[Google Maps API v3] Re: markers images for retina display?

2011-11-04 Thread sam
I got it. You use the scaledSize property of the MarkerImage class. On Nov 4, 2:49 pm, sam wrote: > Is there a way to use double-sized images for markers so they look > good on the iPhone Retina display? -- You received this message because you are subscribed to the Google Groups "Google Maps

[Google Maps API v3] markers images for retina display?

2011-11-04 Thread sam
Is there a way to use double-sized images for markers so they look good on the iPhone Retina display? -- 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. T

[Google Maps API v3] Re: Are there valid KML tags that will cause the API to refuse to display a KML file?

2011-11-04 Thread Chad Killingsworth
Did you have specific tags whose presence caused your KML layer not to render? -- 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/-/2a

[Google Maps API v3] Re: Distance Matrix - how to

2011-11-04 Thread Dizzee
Thank you... fixed the matrix and added the dragable... your assistance has been much appreciated... incidentally what browser did you use to debug.. I used opera but I'm thinking I didn't use it properly On Nov 4, 6:10 pm, Rossko wrote: > > lol doh!.. I changed it while trying out different thin

[Google Maps API v3] Re: Elevation Profile Graph and Distance Calculation

2011-11-04 Thread geocode...@gmail.com
On Nov 4, 9:40 am, code wrote: > Attempting to modify the Google Maps API v3 elevation > profileexample > for a website. > > If I copy the code as is, here is the result. >  The elevation profile graph

[Google Maps API v3] If we don't need any key for GMAP v3 then how google traces any site loading 25000 maps per day.

2011-11-04 Thread Shailesh Jangir
Hello All!! Since, version 3 of the Google Maps JavaScript API no longer needs API keys! the how Google traces to charge the websites when it exceed a limit of more than 25,000 map "hits" a day, from 1st Jan, reference (http://www.foxnews.com/scitech/2011/11/02/google-to-start-charging- for-google

[Google Maps API v3] get in contact with Google Maps API Premier sales team

2011-11-04 Thread Stefan Beining
Hello, I know that this is not the way to get in contact with the Google Maps API Premier sales team, but through the online contact form I get no response! I used those links: German contact form

[Google Maps API v3] Elevation Profile Graph and Distance Calculation

2011-11-04 Thread code
Attempting to modify the Google Maps API v3 elevation profileexample for a website. If I copy the code as is, here is the result. The elevation profile graph doesn't show and distance doesn't calcula

[Google Maps API v3] Re: custom markers stopped working

2011-11-04 Thread Lori G
Enoch -- the expected behavior is custom 'CHM' markers only--in 5 different colors. No default blue paddles. I believe we have discovered the problem (or at least one piece of the puzzle). The Map's root directory has an htaccess file with a site-wide redirect from non-www => www. The links to th

[Google Maps API v3] Re: custom markers stopped working

2011-11-04 Thread Lori G
wow. thanks for that tip & snippet. We'll use that next time we update kmls! On Nov 1, 4:19 am, az az wrote: > On Oct 28, 2:40 pm, Lori G wrote: > , we discovered this early on and it makes testing difficult-- > > > particularly when we made minor changes to our scripts. We started > > hiding te

[Google Maps API v3] KML photo overlay

2011-11-04 Thread Milo
As a disclaimer I'm a complete noob in javascript. Now the problem: In Google Earth, when a 3D KML polygon is added (i.e., a polygon with altitude defined) the StreetView creates an overlay over the 360 degree photographs which is an amazing augmented reality capability. Is it possible to do the sa

[Google Maps API v3] Re: How to create an offline map about google map

2011-11-04 Thread xinyun_0...@126.com
OK!Thanks! On 11月4日, 下午1时08分, "geocode...@gmail.com" wrote: > On Nov 3, 5:59 pm, "xinyun_0...@126.com" wrote: > > > I think i can create a map server and put the tiles on the server.And > > i want to know how to get the tile files ?with which tools? > > Please read the Terms of Use. That is not

[Google Maps API v3] Re: Distance Matrix - how to

2011-11-04 Thread Rossko
> lol doh!.. I changed it while trying out different things... I fixed > the array issue.. but still no result. I get a straightforward error message "deleteOverlays is not defined", look inside your callback() function. It would be worth finding out how to see your browser's javascript error mes

[Google Maps API v3] Re: Distance Matrix - how to

2011-11-04 Thread Dizzee
lol doh!.. I changed it while trying out different things... I fixed the array issue.. but still no result. I'm wanting to use the matrix in the hope it allows draggable modifications.. yes I could extract it from the results... but thats untidy... and also bugs me that I can't use the tool. On N

[Google Maps API v3] Lock/control zoom level of overview map control

2011-11-04 Thread Greg
Is it possible to lock and/or control the zoom level of the overview map control? According to the documentation, the only option is whether it's open or closed by default, and I'm curious if there's anything else I'm missing. The documentation in question: http://code.google.com/apis/maps/documen

[Google Maps API v3] does the richmarker give mouseover, mouseout and click events?

2011-11-04 Thread rlk27
I see the richmarker. looks like they use overlayView with custom DIV for content. I beleive it gives mouseover and out. I used this link http://google-maps-utility-library-v3.googlecode.com/svn/trunk/richmarker/examples/richmarker.html and changed content to the below. I see that the mou

[Google Maps API v3] Re: When will Google publish the next generation of Google Maps API ? It seems that the V3 hasn't been changed for a long time.

2011-11-04 Thread Berry Ratliff
> For example, Baidu has polyline style "solid" and "dashed"we've > been asking for dashed polylines since at least 2009. (Yes, there's > already a feature request for that.) SVG supports it directly. CANVAS requires the line to be broken into pieces. http://home.provide.net/~bratliff/co

[Google Maps API v3] Re: Distance Matrix - how to

2011-11-04 Thread Rossko
> Thankshttp://megasolarwatt.com/ When poking your Calculate Distances button, I get a straightforward error message ; "error in property 'origins' - value is not an array" Even if you only want to use the Matrix service for one result, you must provide an array for the origins and destinations,

[Google Maps API v3] Re: Problem in Chrome with GoogleMap overlayed to StreetView (don't get properly mouse click)

2011-11-04 Thread Jasper Goes
Please also note this issue, which is very likely to be related or even part of the actual problem. Next to your map and streetview divs of your particular test project, put some loose text. See how the text seems to get either smoothed or antialiased once the map is loaded? This seems to be a

[Google Maps API v3] Has anybody made the equivalent of the GNavLabelControl for v3

2011-11-04 Thread Garthan
Basically wanting to avoid reinventing the wheel presumably it would use Geocoder -- 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/

[Google Maps API v3] Re: Problem in Chrome with GoogleMap overlayed to StreetView (don't get properly mouse click)

2011-11-04 Thread tswadmin
Eddie, further to my previous post I have done other tests that make me suspect of a bug in StreetView or GoogleMap viewers, more then in Chrome. The tests were to put the map canvas in overlay to other type of background and the most meaningfull was to put the map canvas in overlay to a pan

[Google Maps API v3] Re: Style Custom Markers with CSS?

2011-11-04 Thread Berry Ratliff
On Nov 2, 10:27 pm, Luke Mahé wrote: > Hey Brian, > > You're best approach is a custom overlay by using the OverlayView. You can > find out more info in the docs > -http://code.google.com/apis/maps/documentation/javascript/overlays.ht... > > -- Luke I believe the defaultUI will inhibit mouse eve

[Google Maps API v3] Re: Creating new divs on the map

2011-11-04 Thread JD Gauchat
If what you want is to put the map inside a div and then have other divs shown over it you have to use these CSS properties: position: relative; position: absolute; and place the div that's going over, inside the first one. For example, I use a construction like this: here goes the map

[Google Maps API v3] Re: convertion between zoom and fov values

2011-11-04 Thread JD Gauchat
Thanks Larry! Don't know why I didn't see it before! But, the answer doesn't solve my problem. In fact, that guy has exactly the same problem I have, he doesn't know how to convert the values and always keep the value of fov in 90. So, if someone knows how to do it please let me know. Thanks

[Google Maps API v3] Re: zoom and fov values

2011-11-04 Thread JD Gauchat
Sorry, I didn't see the message before. But that shows exactly my problem. The guy that make that didn't know how to convert the value of zoom to fov, it's always keeping the value of fov in 90. So, he has exactly my problem. Somebody knows how to do this? Thanks JD On Nov 2, 11:33 pm, "Masash

Re: [Google Maps API v3] Re: moving the mouse over the custom marker creates mouseover and mouseout events

2011-11-04 Thread rlk27
thanks Ralph. The page is giving me error when I tried to register the free signup. Any other. My office is seeting a paid hosting just for this purpose but it will talk a day or two. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] convertion between zoom and fov values

2011-11-04 Thread JD Gauchat
OK, this is the third time I post this message, no idea why is always deleted. I need help with the conversion of zoom values to fov values. A streetview returns the value of the zoom variable, but when I want to show that view as a static image I have to provide the value of the variable fov i

[Google Maps API v3] Re: convertion between zoom and fov values

2011-11-04 Thread geocode...@gmail.com
On Nov 4, 6:24 am, JD Gauchat wrote: > OK, this is the third time I post this message, no idea why is always > deleted. I need help with the conversion of zoom values to fov values. A > streetview returns the value of the zoom variable, but when I want to show > that view as a static image I have

[Google Maps API v3] Re: Adding a border to marker icon

2011-11-04 Thread geocode...@gmail.com
On Nov 4, 5:47 am, pec76 wrote: > > It's possible to add a border to my custom marker icon (I cannot use a > > shadow icon ... each marker is different)? > Not possible ? Anything is possible; just perhaps not easy or legal. > > via CSS property border ? What have you tried? I don't know about

[Google Maps API v3] Re: Adding a border to marker icon

2011-11-04 Thread pec76
Not possible ? On 25 oct, 08:10, pec76 wrote: > Hello, > > It's possible to add a border to my custom marker icon (I cannot use a > shadow icon ... each marker is different)? > > via CSS property border ? > > Thanks, Rick -- You received this message because you are subscribed to the Google Gro

[Google Maps API v3] Re: Distance Matrix - how to

2011-11-04 Thread Dizzee
Thanks http://megasolarwatt.com/ On Nov 4, 10:21 am, Rossko wrote: > > Hi I've been trying to get the distance matrix to work.. but can't.. > > please could you take a look at this code and see where I'm going > > wrong.. thank you > > Link to your (debuggable) webpage? -- You received this me

[Google Maps API v3] Re: Distance Matrix - how to

2011-11-04 Thread Rossko
> Hi I've been trying to get the distance matrix to work.. but can't.. > please could you take a look at this code and see where I'm going > wrong.. thank you Link to your (debuggable) webpage? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Creating new divs on the map

2011-11-04 Thread az az
This should be simple I hope. I have map here: www.bgstreet.co.uk how can I create more divs on it, like the adsense for maps divs. I want to put some of my images in some extra divs so I should have the ability to use them as normal html. Is it possible? Thanks -- You received this message be