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 Sasha) Maryanovsky.

-- 
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/-/c-YB8xMXawoJ.
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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



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. For example, for the default view on
> http://maps.google.com I would like to obtain "©2011 Europa
> Technologies, INEGI, MapLink".
>
> The API seems to send a request for it (i.e.
> http://maps.google.com/maps/vp?spn=0.042254,0.136385&z=14&vp=51.452509,-0.121365&ev=zi&hl=en&country=)
>  but I would prefer to access it through the API rather than directly.
>
> --
> 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/-/v3G_BTXOsBcJ.
> 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 group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
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 
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.



[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, INEGI, MapLink".

The API seems to send a request for it (i.e. 
http://maps.google.com/maps/vp?spn=0.042254,0.136385&z=14&vp=51.452509,-0.121365&ev=zi&hl=en&country=
 
) but I would prefer to access it through the API rather than directly.

-- 
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/-/v3G_BTXOsBcJ.
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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[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/other/events_listings.php) but not 
yet the overlay. *Isn't there an "automated" way to get lat and long given a 
city name and state?*  Ultimately, I will want to do other maps for other 
Locators on our website.

Thanks.
Marie.

-- 
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/-/Y0O9odddNB0J.
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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



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 to my map where, for
> instance, you start at zoom level 4 and go to zoom level 17. Is there
> a way to do that in Javascript?
>
> I know there is a panTo() function, but I haven't found anything that
> does the same for altitude.
>
> Thanks a bunch!
> -Kivak
>
> --
> 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
> 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.
>
>

-- 
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 
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.



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-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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



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 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/-/FAubi9U8TP4J.
>
> 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 group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
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 
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.



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 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 
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.



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, 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.
>
> --
> 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/-/_YTkeVNI7cAJ.
> 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 group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
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 
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.



[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.

-- 
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/-/_YTkeVNI7cAJ.
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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[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 
"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/-/zEhtfvB0aAEJ.
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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[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 can do with your mobile app.

Wy i can't do that on the web ? (latitude or maps)

should I use Latitude API to create my own service ?

Best regard

-- 
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 
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.



[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 stored 
coordinates for each point (not an address lookup). I currently have 16 
stops already made this year after the starting point so there are two files 
with 8 points each so as to not request more than 8 directions in one 
request. Then I have another file with future points and routes but I keep 
that to 8 or fewer. You can see how I process those files in the page; as an 
aside, I generate the content of the points files in codebehind whenever my 
schedule is updated. Obviously, once we have stayed at a stop the record up 
to that point will no longer change. But our proposed stops may change as 
our plans change. At the time of posting this (Jul 3, 2011) we are at stop 
#16.

What is the best way for me to accomplish my goal, in keeping with the terms 
of service?

-- 
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/-/GGlrwufKmwcJ.
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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[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?
>
> thanks for 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-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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[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
your 'ajax' snippet is even loaded.

It's not a maps issue, its a general how-to when loading code
asynchronously.
http://www.google.com/search?q=how+to+load+and+run+javascript+asynchronously
or if you must use jquery
http://www.google.com/search?q=jquery+how+to+load+and+run+javascript+asynchronously

-- 
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 
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.



[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 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 
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.



[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 a
link.

4) You can also use a link or a button to load a script that loads the
map if the condition of sentence 1 is applied.

5) You can also use a link or button to load an iframe if the
condition of sentence 2 is applied.

Five possibilities - no Ajax needed.





On Jul 3, 11:23 am, Jason <1jason.whatf...@gmail.com> wrote:
> 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:http://test-psi-alpha.appspot.com/test_map_load
>
> 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. Also, the div is the correct hight in both pages whether the map is
> rendered or not. I have no clue as to why this is not working.
>
> as you will see the javascript I've used is pretty simple (on the host page
> side using jquery $.get here):
>
>     
>         $(document).ready(function() {
>             $.get("/test_map_load", {}, function(html) {
>                 $("#post_window").html(html);
>             });
>         });
> 
>
> My backend is a simple python response which returns some_page.html to the
> javascript as html:
>
> class TestMapLoadHandler(webapp.RequestHandler):
>     def get(self):
>         return doRender(self, 'some_page.html')
>
> Any clues that could help me fix this issue would be greatly appreciated.
>
> Cheers,
> J

-- 
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 
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.



[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: 
http://test-psi-alpha.appspot.com/test_map_load

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. Also, the div is the correct hight in both pages whether the map is 
rendered or not. I have no clue as to why this is not working.

as you will see the javascript I've used is pretty simple (on the host page 
side using jquery $.get here):


$(document).ready(function() {
$.get("/test_map_load", {}, function(html) {
$("#post_window").html(html);
});
});


My backend is a simple python response which returns some_page.html to the 
javascript as html:

class TestMapLoadHandler(webapp.RequestHandler):
def get(self):
return doRender(self, 'some_page.html')

Any clues that could help me fix this issue would be greatly appreciated.

Cheers,
J

-- 
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/-/h169_LmpL3IJ.
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 group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.