[Google Maps API v3] Re: Cobining My Maps and GoogleJS API v3

2010-11-28 Thread Joseph Elfelt
On Nov 26, 5:19 am, DSP dsp.sprin...@googlemail.com wrote: Is it possible to use a created map with marked locations in the regular Google Maps acoount of my maps with the JS API v3? Yes, it is possible. See:

[Google Maps API v3] Directions Service Markers

2010-11-28 Thread Alexis Hope
Hi to all the awesome developers and contributors of Google maps! Just wondering if it's posible to switch off markers on the directions service. So remove A,B,C? I can't see an option for this in the API. I'm using the directions on a Kiwi travel site to out line paths of their tours. Which

[Google Maps API v3] Re: Cobining My Maps and GoogleJS API v3

2010-11-28 Thread Joseph Elfelt
Oops, I should have provided a brief overview. In order to use the v3 API to display a Google MyMap you need to: 1. Make a small KML file that includes a NetworkLink which points to the MyMap 2. Place that small KML file online 3. Use the v3 API to display that small KML file See the link

[Google Maps API v3] Re: Directions Service Markers

2010-11-28 Thread geocode...@gmail.com
On Nov 28, 10:00 am, Alexis Hope bambish...@gmail.com wrote: Hi to all the awesome developers and contributors of Google maps! Just wondering if it's posible to switch off markers on the directions service. So remove A,B,C? I can't see an option for this in the API.

[Google Maps API v3] Re: struggling with map.getzoom() - noon issue.

2010-11-28 Thread geocode...@gmail.com
On Nov 28, 1:04 pm, kosh2 andreandpa...@sky.com wrote: The following code falls down at the map.getzoom line. function saveData() { var title = escape(document.getElementById(name).value); var descrip = document.getElementById(descrip).value; var latlng = marker.getPosition(); var sc =

Re: [Google Maps API v3] Re: struggling with map.getzoom() - noon issue.

2010-11-28 Thread Andre
Agggh, there's a noob error! Thanks. Andre On 28/11/2010 6:44 PM, geocode...@gmail.com wrote: On Nov 28, 1:04 pm, kosh2andreandpa...@sky.com wrote: The following code falls down at the map.getzoom line. function saveData() { var title = escape(document.getElementById(name).value);

[Google Maps API v3] Re: Directions Service Markers

2010-11-28 Thread Alexis Hope
Awesome, thanks for pointing that out Larry. Right I might just stick with the Google output... for now recreating what is already awesome seems like a daugnting task. I half hoped there was a constructPath function from which I'd be able to submit the poly path. Thanks again -- You received

Re: [Google Maps API v3] How do you prevent custom control from printing?

2010-11-28 Thread Chris Broadfoot
If your custom control has class noprint: @media print { .noprint { display: none; } } Chris On Sunday, November 28, 2010, Gary Little g...@luxcentral.com wrote: I want to prevent the visual element of a custom control from appearing when a map is printed. Does anyone know if this can

[Google Maps API v3] div in div

2010-11-28 Thread saulius.s
Hi, facing a problem when have something like this source is smth like this: var map = new google.maps.Map(document.getElementById(map_canvas), myOptions); div class = header-wrapper div class = first-header-row div class = header-logo

[Google Maps API v3] Re: div in div

2010-11-28 Thread geocode...@gmail.com
On Nov 28, 4:59 pm, saulius.s saulius.samulevic...@gmail.com wrote: Hi, facing a problem when have something like this source is smth like this:   var map = new google.maps.Map(document.getElementById(map_canvas), myOptions);   div class = header-wrapper         div class =

[Google Maps API v3] Re: How do you prevent custom control from printing?

2010-11-28 Thread Gary Little
Thanks, Chris, that's how I'll have to deal with it. If I knew the name of the class Google is using to prevent printing I could assign it to the custom control to get the default behavior (i.e., don't print the control) without developers having to assign a class as you've suggested. Gary On

[Google Maps API v3] use GEvent.callbackArgs in v3

2010-11-28 Thread YeeFung Man
hi,everyone! i just would like to know that how to change the code GEvent.addListener(marker, mouseover, GEvent.callbackArgs());. can you help me,thx! -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post to this

[Google Maps API v3] Streetview Showing

2010-11-28 Thread Rednek
I am trying to figure out how to have a streetview appear for the END location. I have a directions map with directions panel which works fine. Now in the start location it is left empty, end location I have a select option (11) different address'. What I am looking for is when the person enters

[Google Maps API v3] Re: use GEvent.callbackArgs in v3

2010-11-28 Thread geocode...@gmail.com
On Nov 28, 9:45 pm, YeeFung Man angel14yeef...@gmail.com wrote: hi,everyone!      i just would like to know that how to change the code GEvent.addListener(marker, mouseover, GEvent.callbackArgs());.      can you help me,thx! Did you try the documentation?

Re: [Google Maps API v3] Re: use GEvent.callbackArgs in v3

2010-11-28 Thread YeeFung Man
thx! but i want to know that how to change GEvent.callbackArgs,i can't do it. 2010/11/29 geocode...@gmail.com geocode...@gmail.com On Nov 28, 9:45 pm, YeeFung Man angel14yeef...@gmail.com wrote: hi,everyone! i just would like to know that how to change the code

[Google Maps API v3] Re: use GEvent.callbackArgs in v3

2010-11-28 Thread geocode...@gmail.com
On Nov 28, 10:59 pm, YeeFung Man angel14yeef...@gmail.com wrote: thx! but i want to know that how to change GEvent.callbackArgs,i can't do it. Then perhaps you could provide: 1. a link to a working v2 map that uses that. 2. a link to your map that you are trying to use this on. -- Larry

Re: [Google Maps API v3] Re: How do you prevent custom control from printing?

2010-11-28 Thread Chris Broadfoot
It's gmnoprint but I wouldn't rely on this because it is not documented. Best to define your own as I showed before. On Mon, Nov 29, 2010 at 12:31 PM, Gary Little g...@luxcentral.com wrote: Thanks, Chris, that's how I'll have to deal with it. If I knew the name of the class Google is using to

[Google Maps API v3] Custom Street View

2010-11-28 Thread bardu
Is there a rule over the thumb on how many panoramas should be created for a street distance of, lets say, 100 m? -- 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 API v3] 2010/11/29: New Release

2010-11-28 Thread Luke (Google Employee)
Hey everyone! We've recently pushed out a new version of the API. See the list of changes below: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog 3.3 November 28th, 2010 Resolved issues: maptypeid_changed no longer fires twice (Issue 2449) The size property

[Google Maps API v3] Re: 2010/11/29: New Release

2010-11-28 Thread Gary Little
I noticed a couple of days ago that markers on maps now print w/o enabling printing of background. Great news! I'd love to know how this was accomplished -- some advanced CSS work I imagine. Gary On Nov 28, 9:29 pm, Luke (Google Employee) lu...@google.com wrote: Hey everyone! We've recently

[Google Maps API v3] Re: How do you prevent custom control from printing?

2010-11-28 Thread Gary Little
Agreed. I've just added a visualClass property to the keydragzoom control so that you can prevent the visual portion of the control from printing by setting visualClass to noprint, the CSS class in your example above. Gary On Nov 28, 8:34 pm, Chris Broadfoot c...@google.com wrote: It's