Re: [Google Maps API v3] Map data copyright information

2011-07-03 Thread Alexander Maryanovsky
On Monday, July 4, 2011 9:10:06 AM UTC+3, Luke (Google Employee) wrote: > > Why do you want this information? > > -- Luke > > I would like to display it in my custom map viewer. I'm accessing the tiles and everything else through the API, so I believe it's not against the ToS. Alexander (aka Sas

Re: [Google Maps API v3] Map data copyright information

2011-07-03 Thread Luke Mahé
Why do you want this information? -- Luke On Mon, Jul 4, 2011 at 4:06 PM, Alexander Maryanovsky wrote: > Is there a way to retrieve the copyright information Google Maps displays > at the bottom right of the map for a given map-bounds-rectangle? That is, > other than looking for it in the DOM.

[Google Maps API v3] Map data copyright information

2011-07-03 Thread Alexander Maryanovsky
Is there a way to retrieve the copyright information Google Maps displays at the bottom right of the map for a given map-bounds-rectangle? That is, other than looking for it in the DOM. For example, for the default view on http://maps.google.com I would like to obtain "©2011 Europa Technologies

[Google Maps API v3] Re: Geocoding multiple addresses with automatic zoom and center

2011-07-03 Thread Marie Alm
Hello - I have something similar. I will need to display approx. 2000 locations on a USA map. The user will input their data into a form and it is stored in a database. I have the map showing on the page now (formatting not all done but here is the url http://www.spiritof45.org/subsites/svdev

Re: [Google Maps API v3] Animated Zoom? (Like, panTo() only in zoom level?)

2011-07-03 Thread Chris Broadfoot
Unfortunately there's no good solution to this at the moment. Because tiles are loaded on demand, it's hard to smoothly animate between many zoom levels. -- http://twitter.com/broady On Fri, Jul 1, 2011 at 3:40 AM, Kivak wrote: > Hello everyone! > > I am trying to make a little animated intro

Re: [Google Maps API v3] Re: Google Maps Terms of Use

2011-07-03 Thread Subodh Shah
Thanks 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/-/C1trRj9urJwJ. To post to this group, send email to google-maps-js-ap

Re: [Google Maps API v3] Re: Google Maps Terms of Use

2011-07-03 Thread Chris Broadfoot
Looks fine to me. -- http://twitter.com/broady On Sat, Jul 2, 2011 at 2:02 PM, Subodh Shah wrote: > Its only showing data from google maps, with no contents of its own, as the > terms of Service refer to as Your Content and The Content seperately, is > that fine? > > -- > You received this me

Re: [Google Maps API v3] Re: Store locator

2011-07-03 Thread Chris Broadfoot
Places API is not deprecated. See docs for more info: http://code.google.com/apis/maps/documentation/places/ -- http://twitter.com/broady On Fri, Jul 1, 2011 at 11:24 PM, kypriakos wrote: > Btw is the Google Places deprecated or still in use? > -- You received this message because you are

Re: [Google Maps API v3] textarea inside overlay - highlight pans map

2011-07-03 Thread Chris Broadfoot
Capturing mousemove events should work. -- http://twitter.com/broady On Mon, Jul 4, 2011 at 5:07 AM, Tarun Pondicherry < tarunpondiche...@gmail.com> wrote: > I would like to put a textarea inside a custom overlay. I added the > overlay to the floatPane and I am able to click and enter text, h

[Google Maps API v3] textarea inside overlay - highlight pans map

2011-07-03 Thread Tarun Pondicherry
I would like to put a textarea inside a custom overlay. I added the overlay to the floatPane and I am able to click and enter text, however if i drag to highlight text, the map pans. How may I be able to fix this? I want the overlay div to intercept all mouse events inside its bounds. -- Yo

[Google Maps API v3] Re: Map Marker cut in half

2011-07-03 Thread Enoch Lau
I saved the HTML file to disk (without any other resources, like your CSS files) and the marker displays as normal on IE. Perhaps take a look at your CSS and see if there's anything that's interfering with the map. -- You received this message because you are subscribed to the Google Groups "G

[Google Maps API v3] help on latitude and map

2011-07-03 Thread coye
Hi, I need your help tu use https://www.google.com/latitude/b/0. or maps In fact I just want to create a point on latitude or maps web view on my "PC or MAC". And send this point by gmail or gTalk to a mobile user. and then with this point I could create my itinerary on latitude. Juste like you c

[Google Maps API v3] mapping travels of fulltime RVers with more than 8 stops

2011-07-03 Thread WebEngineer
As a fulltime RVer we change our location every 3-14 days and I want to show not only where we have stayed but also the routes between those points on a map at our web site. I am doing this now at www.Violette.com using multiple files of points and getting directions between points based on stor

[Google Maps API v3] Re: how can I convert my google maps project v2 to v3?

2011-07-03 Thread en4ce
learn the basics if v3 and port the code On 3 Jul., 12:47, Khaled Jendi wrote: > hi, > > I have huge tracking project coded in google maps v2, now I have > assigned the responsibility to change the version of google maps from > v2 to v3, how can I do that? or what are the steps to do this? > > th

[Google Maps API v3] Re: difficulty having a map render when called via ajax

2011-07-03 Thread Rossko
> The host page seems to load the "insterted" page fine, however the map > doesn't render - even though it renders fine within the "test_map" page > fine. Were you expecting init() to be triggered to build your map? You seem to be expecting to trigger off window.load - but that happens before you

[Google Maps API v3] how can I convert my google maps project v2 to v3?

2011-07-03 Thread Khaled Jendi
hi, I have huge tracking project coded in google maps v2, now I have assigned the responsibility to change the version of google maps from v2 to v3, how can I do that? or what are the steps to do this? thanks for help -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: difficulty having a map render when called via ajax

2011-07-03 Thread Pil
Who knows what jquery does when calling $.get? 1) If you want to load a map you'd have to provide a div element as map container. 2) If you want to insert a separate page that contains a map you'd have to provide an iframe element. 3) If you want to load another html document you can simply use

[Google Maps API v3] difficulty having a map render when called via ajax

2011-07-03 Thread Jason
Hi there, I'm experimenting with something like ajax. I want to load up some html (including a google map) from a separate file and insert it within a div in a different page. the host page is at: http://test-psi-alpha.appspot.com/geomodel while the page with the map to be inserted is at: htt