Re: [Google Maps API v3] Re: clicking on Direction Service Panel

2011-10-05 Thread Subodh Shah
Hi, Thanks for the response. What I was looking for a simple configurable way for it, rather than again redoing the same what google provides. [?] Thanks for your help. Subodh -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Is there any support for Saving the current displayed Map as Image

2011-10-05 Thread Ravi Darji
Hi, I just wanted to know that is there any support for Saving the current displayed Map as Image. Thanks in Advanced Ravi Darji -- 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

Re: [Google Maps API v3] Re: Terms of service - GMaps API

2011-10-05 Thread Chris Broadfoot
Correct. The relevant section is here: http://code.google.com/apis/maps/terms.html#section_9_1 Chris -- http://twitter.com/broady On Thu, Oct 6, 2011 at 5:34 AM, Joseph Elfelt wrote: > My understanding is that the answer is 'yes' you can charge $ for your > customized app as long as the ultim

Re: [Google Maps API v3] Re: Where is BrowserIsCompatible()

2011-10-05 Thread Luke Mahé
Do you really need it though? What browsers are you targeting where the map won't be compatible? -- Luke On Thu, Oct 6, 2011 at 12:19 PM, BruceB wrote: > [G]BrowserisCompatible is not available in v3. There's a feature > request

[Google Maps API v3] Re: Turn off console logging

2011-10-05 Thread BruceB
Could you elaborate a little? What sort of messages are you seeing in the javascript console? -- 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

[Google Maps API v3] Turn off console logging

2011-10-05 Thread Scott H
The v3 API seems to log a lot of stuff into the Javascript Console. Is there any way to turn that off? I am using version 3.5 of the API -- 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: create colored overlay of regions on map

2011-10-05 Thread BruceB
Have you looked into using a Fusion Tables layeron your map? Lots of examples posted here: https://sites.google.com/site/fusiontablestalks/stories An example from the documentation: http://code.google.com/a

[Google Maps API v3] Re: Where is BrowserIsCompatible()

2011-10-05 Thread BruceB
[G]BrowserisCompatible is not available in v3. There's a feature requestcreated for it in the forum -- I would "star" it if you want it added. -- You received this message because you are subscribed to the Google Groups "Google

Re: [Google Maps API v3] Re: Google Maps on android application

2011-10-05 Thread Sim Teng Hock
In between intermediate and advance i suppose. Thanks for answering :). I just needed directions. On Thu, Oct 6, 2011 at 4:07 AM, Martin™ wrote: > Hi. > > You have two options to display a map in an Android app i think. > > Create a browser based (javascript) map and use the Android WebView to >

[Google Maps API v3] territory marking and locating

2011-10-05 Thread taazza
Is there an with which we can mark a territory on the map of the earth. Then we should be able to find out if a given location is inside this territory through a API call. I know google earth provides something very close but I am not able to find out if it can answer that a given location is

[Google Maps API v3] Re: Cursor on polygon

2011-10-05 Thread Enoch Lau (Google Employee)
It's currently not possible. If you're interested in this, please add a 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 w

Re: [Google Maps API v3] Re: Can I have gps ( the blue 'you are here' dot) on an embedded map?

2011-10-05 Thread Chris Broadfoot
Check out the HTML5 geolocation API. You probably want "watchPosition": https://developer.mozilla.org/en/Using_geolocation#Watching_the_current_position Spec: http://dev.w3.org/geo/api/spec-source.html#watch-position Chris -- http://twitter.com/broady On Wed, Oct 5, 2011 at 11:26 PM, Tony Ji

[Google Maps API v3] Where is BrowserIsCompatible()

2011-10-05 Thread alex b
Porting some v2 code which calls GBrowserIsCompatible(). I'm not seeing the v3 equivalent. I wanted to guess it was google.maps.BrowserIsCompatible() but I"m not seeing it. Anyone know where it lives or if it's been deprecated? -- You received this message because you are subscribed to th

[Google Maps API v3] Re: Grey map when adding marker in Chrome beta

2011-10-05 Thread Adrian CDL
This issue is happening again with Chrome 15.0.874.51 beta-m Click on the map to create a marker and top half of the map goes grey http://gmaps-samples-v3.googlecode.com/svn/trunk/drivingdirections/directions-optimized.html On Aug 30, 10:22 pm, Adrian CDL wrote: > I don't see this with fulls

[Google Maps API v3] Polygon Clickable:false disable other events

2011-10-05 Thread Thiago Puia Barnabé
I trying to handle the 'mouseover' and 'mousemove' events off a polygon but when i set the clickable option to false it stop's to handle the events. I found here a topic with the same problem, in this topic a google employer said they will change the documentation. But the documentation isn't

[Google Maps API v3] clustering markers according to category

2011-10-05 Thread CB
I'm trying to convert a script to use MarkerCluster but can't figure out how to get the clusters recalculated when a user increases/ decreases the markers according to whatever category they choose. My example is on dropbox at: http://dl.dropbox.com/u/43722536/TimeshareMapsClustered.html I *thin

[Google Maps API v3] Setting variables at point of adding listener function

2011-10-05 Thread Mr_Sz
I am iterating through several polygons and happily setting their maps. I am now wanting to add an event listener to those polygons which will trigger a function based on either its position within the MVC array or a variable I can set. I have tried : for (var i = 0; i < polygonArray.length

[Google Maps API v3] Re: Google Maps on android application

2011-10-05 Thread Martin™
Hi. You have two options to display a map in an Android app i think. Create a browser based (javascript) map and use the Android WebView to render that map or use the native Android (java) MapView. A browser based map gives you access to all the current API services and easy integration with the

[Google Maps API v3] Re: Jumping overlay when panning on iPhone

2011-10-05 Thread Boris Rarden
Here's my workaround. The attached file is also hosted at: http://random.hypervolume.com/map_origin_change.html In the nutshell, the fix detects origin change and dispatches an event called "origin_changed". Using it: map = new google.maps.Map(document.getElementById('mapcanvas'), opts);

[Google Maps API v3] Re: Damn IE - can anyone see why this won't work?

2011-10-05 Thread Rossko
> Sorry, I've just about had it with IE :( > > http://www.chambresdhotes.org/cgi-bin/links/page.cgi?g=Google_Maps&t=... Browsers react differently to invalid HTML Try your page at http://validator.w3.org/ There's a problem with the doctype There is a serious problem with the structure - two tag

[Google Maps API v3] Re: Terms of service - GMaps API

2011-10-05 Thread Joseph Elfelt
My understanding is that the answer is 'yes' you can charge $ for your customized app as long as the ultimate maps can be viewed at no cost. -- 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 go

[Google Maps API v3] Re: Damn IE - can anyone see why this won't work?

2011-10-05 Thread Joseph Elfelt
IE8: Unknown runtime error page.cgi? g=Google_Maps&t=espanol&q=Paris&radiusSelect=30, line 254 character 2 HTH -- 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@googlegr

[Google Maps API v3] create colored overlay of regions on map

2011-10-05 Thread rmcguire
Hello I've been debating back and forth about how to do the follow but thought maybe a google map might be an option: I have a North American map, which is divided into regions for instance West, South, Central, East based on state Im wanting to create an overlay of that map which displays colors

[Google Maps API v3] Re: Jumping overlay when panning on iPhone

2011-10-05 Thread Boris Rarden
I have understood the problem better. Here's the sequence of events that happens 1. viewport div, lets call it ORIGIN is set to (0,0) for top left corner of the map 2. marker is created at say (100,100) and shows up inside the viewport 3. user pans east, and as a result ORIGIN is set to (-500,

[Google Maps API v3] Re: Terms of use clarification

2011-10-05 Thread james cars
Thank you for the information DC -- 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/-/PppVUiFkaJEJ. To post to this group, send email t

Re: [Google Maps API v3] Re: Can I have gps ( the blue 'you are here' dot) on an embedded map?

2011-10-05 Thread Tony Jillson
Thanks, Chris. Interesting. I hadn't thought about a copyright issue, since the API is free to use. Anyway, I have no problem with making a custom marker. You can see them on our African American Walkingtour prototype here: http://centuries.digitalgizmo.com/team/walkingtour/afram_walkingtour/map

[Google Maps API v3] Cursor on polygon

2011-10-05 Thread gogoigo
Hi, How I can specify a cursor on a clickable polygon? I only get to change the cursor on the map, not on the polygon. Thanks -- 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-

[Google Maps API v3] Google Maps on android application

2011-10-05 Thread kintoki
Hey guys I would like to know if I can use google maps to interact with an application that is build on android which is using Java? My program basically gives a set of questionaires and get a result and i want to use google places to get suggestions of shops with the result i get based on my quest

[Google Maps API v3] 30% of map loads until a forced refresh

2011-10-05 Thread PCJ
Hello, I've installed the Google Maps plugin to http://thingsthataregood.com/fletcherlaw on the Contact page. Now the maps do not display correctly until you refresh the page. I'm stuck to find this solution. Thanks. -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Damn IE - can anyone see why this won't work?

2011-10-05 Thread Andy Newby
Hi guys, Sorry, I've just about had it with IE :( http://www.chambresdhotes.org/cgi-bin/links/page.cgi?g=Google_Maps&t=espanol&q=Paris&radiusSelect=30 Works fine in FF, Chrome, Safari, IE 9 and IE 10 - yet won't work in IE 7 or 8! I get an error, but cos I'm testing it in a program called "IET

[Google Maps API v3] Re: Do I need to do URL Signing when using google.maps.geocoder?

2011-10-05 Thread Paul Rong
Thanks Bruce. I will contact Google support for more information too. -- 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/-/Sy8Zp23VQ6wJ

[Google Maps API v3] Re: infoWindow for every set of coordinates on polyline

2011-10-05 Thread xelawho
I sent you a reply to this on your other thread (which was a bit confusing I admit, sorry): http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/f03c85d83d1f2ffb# -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" gro

[Google Maps API v3] Re: Do I need to do URL Signing when using google.maps.geocoder?

2011-10-05 Thread BruceB
You don't need to sign your client-side geocoding requests -- only for web services. If you're seeing an error stating that your ID is not valid for the site you're loading it on, I would recommend contacting Google Support. You should have received a "welcome" email with your Premier client I

[Google Maps API v3] Re: How to get the intersection coordinate of the poliline with other polyline, polygon, circle?

2011-10-05 Thread Rossko
> I have a big problem with GoogleMap, how to get the intersection coordinate > of the polyline with other polyline, polygon, circle? Please help me! In general http://www.google.com/search?q=calculate+line+intersection a suggested approach for polylines http://groups.google.com/group/google-maps

Re: [Google Maps API v3] Re: Basic error - but can't put my finger on it!

2011-10-05 Thread Andy Newby
Thanks, that did the trick :) On Tue, Oct 4, 2011 at 7:50 PM, geocode...@gmail.com wrote: > On Oct 4, 11:43 am, Andy Newby wrote: > > Hi, > > > > I'm trying to get a basic geocoder working, but can't seem to get the > values > > passed back. The main codes are: > > > > > > function codeAddress

[Google Maps API v3] How to get the intersection coordinate of the poliline with other polyline, polygon, circle?

2011-10-05 Thread Tran Huu Nguyen
Hi all, I have a big problem with GoogleMap, how to get the intersection coordinate of the polyline with other polyline, polygon, circle? Please help me! Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To v

[Google Maps API v3] Re: Blue "You Are Here" Dot

2011-10-05 Thread DC
On 4 Okt., 20:55, Birdwaves wrote: > The popup balloon says "Location found with HTML5". And it did show my > location. But no blue dot, which updates as you move. For the blue dot you'll have to create your own image and use it for a marker to show the visitors position. Obtain the visitors posi

[Google Maps API v3] Re: Address of a latlng chopped after space

2011-10-05 Thread Rossko
> Can someone let me know if I am doing it correctly? Obviously not.