[Google Maps API v3] Re: KML Layers limit to 5?

2012-07-06 Thread erico dc
in http://www.geocodezip.com/geoxml3_test/v3_geoxml3_us_states_kml_test.html the states must have just a unique layer? When i´m upload a kml to google maps in a similar situation doesn´t apears all layers, creating a breadcrumb navigation and showing 9 layers per page On Friday, July 6, 2012 4

[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: Terms of use clarification

2011-10-03 Thread DC
I am not google, but as long as the maps API services are usable free of charge for everyone it will be ok... cf. http://code.google.com/intl/en/apis/maps/faq.html#tos_mysite On 2 Okt., 17:28, james cars wrote: > I intend using Google maps javascript API V3 for a chauffeur car website to > allow

[Google Maps API v3] Re: Google Maps Red Marker in Company Logo - is it legal?

2011-09-21 Thread DC
I think your search should be something more like this: http://goo.gl/fruPc So, there aren't any trademarks? On 20 Sep., 17:44, Trevor Seaman wrote: > Search for "google places > trademarks"http://www.google.com/search?pq=generic+trademark+examples&hl=en&cp=1... -- You received this message b

[Google Maps API v3] Re: Google Maps Red Marker in Company Logo - is it legal?

2011-09-20 Thread DC
A good question. I must admit, I already did this well, without espacially asking for it... I'd be interested in an answer, too - can I leave my logo as is as far as the google marker is concerned? Thanks... My logo: http://www.wo-wollen-wir-essen.de/images/icon_72.png > > On Sep 20, 3:04 am,

[Google Maps API v3] Re: Zoom Control Positioning - NavigationControlStyle vs. ZoomControlStyle

2011-09-16 Thread DC
On 15 Sep., 11:33, Andrew Leach wrote: > On 15 September 2011 10:12, DC wrote: > > > Where in the document do you find anything about ZoomControlStyle? I > > don't... > > At the link given. You are looking at the English version? Other > languages aren't upd

[Google Maps API v3] Re: Zoom Control Positioning - NavigationControlStyle vs. ZoomControlStyle

2011-09-15 Thread DC
Where in the document do you find anything about ZoomControlStyle? I don't... On 14 Sep., 10:15, "Enoch Lau (Google Employee)" wrote: > http://code.google.com/apis/maps/documentation/javascript/reference.h... -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Zoom Control Positioning - NavigationControlStyle vs. ZoomControlStyle

2011-09-14 Thread DC
Hi, I've been asked to use ZoomControlStyle instead of NavigationControlStyle, since NavigationControlStyle is deprecated and therefore not working with Closure Compiler anymore. Unfortunately ZoomControlStyle isn't documented in the V3 reference. Can anyone advise me? Thanks...! Denis -- You

[Google Maps API v3] Re: 2011/8/24 - New Release

2011-09-06 Thread DC
Voted! -- 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.co

[Google Maps API v3] Re: Any way to make POI visible but non-clickable?

2011-09-04 Thread DC
google one day offers POIs without a popup I might be bringing them back on my map again since they are an additional item to help find ones orientation on a map. Cheers, DC -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" g

[Google Maps API v3] getPanes() alternative solutions.

2010-09-13 Thread dc
Hi all, I'm writing an abstract layer for the V3 maps api using MooTools and running into a problem. I'm trying to build a custom InfoWindow (or directly inject custom markup to the pane). The problem is map.getPanes() does not exist in V3 and I can not build custom markup using my own custom cl