Re: [Google Maps API v3] application/xhtml+xml

2011-04-21 Thread Chris Broadfoot
You can request the async bootstrap by using the 'callback' parameter. Regards Chris -- 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 fr

Re: [Google Maps API v3] Re: animation markers

2011-04-21 Thread Chris Broadfoot
Animations were introduced in 3.3. What stability problems do you have? Are they reproducible? Have you filed bugs? -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send emai

Re: [Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread Chris Broadfoot
This should now be fixed. Thanks to all who reported the issue. -- 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 em

Re: [Google Maps API v3] google api bug today?

2011-04-19 Thread Chris Broadfoot
See this thread for detail: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/44eb9f918eda5f5e On Tue, Apr 19, 2011 at 9:36 AM, francescoBB wrote: > I built an web app where i'm using the google API and yesterday was > working good, but today, even if i didn't change the c

Re: [Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread Chris Broadfoot
Hi all. We pushed a version of the API that broke styled maps. We're reverting to the April 14 version, and you'll see this change reflected automatically if you're using the nightly version (v=3 or v=3.4). Sorry about any inconvenience caused. Chris -- You received this message because you ar

Re: [Google Maps API v3] Styled maps not showing

2011-04-19 Thread Chris Broadfoot
Thanks for letting us know. We're onto it. As always, please specify v=3.3 or v=3.2 on production sites. -- http://twitter.com/broady -- 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

Re: [Google Maps API v3] Re: google maps api v3 open infowindow

2011-04-19 Thread Chris Broadfoot
You got a reply 5 days ago. http://groups.google.com/group/google-maps-js-api-v3/msg/45bfb2178761d240?hl=en -- http://twitter.com/broady -- 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 goog

Re: [Google Maps API v3] Re: Updated Transaction Limits

2011-04-18 Thread Chris Broadfoot
On Mon, Apr 18, 2011 at 2:51 PM, adamkempa wrote: > So: if we are a commercial site that uses the styled map features, > 2500 users can load the API via your site before charges are incurred, > daily. > Yes. > Will there be an option to fail over to unstyled maps for users 2501 > up through 25

Re: [Google Maps API v3] Re: Official position on poly editing?

2011-04-18 Thread Chris Broadfoot
FYI, here are a couple third party libraries: http://www.mistechko.sumy.ua/jscript/google/map/index.html https://github.com/stomlinson/Polyline-enableEditing-enableDrawing-for-GMaps-API-v3 Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google

Re: [Google Maps API v3] Final Project Help! by Noon Tu 4/19/2011 D: D:

2011-04-18 Thread Chris Broadfoot
Have a look at the FT python client: http://code.google.com/p/fusion-tables-client-python/ Once you have your data in FT, it's easy to display on a map. Try the FT user group for more FT-specific help: http://groups.google.com/group/fusion-tables-users-group/ Also, you might be interested in som

Re: [Google Maps API v3] Spelling mistake

2011-04-18 Thread Chris Broadfoot
You can edit the details: http://www.google.com/mapmaker?ll=14.269012,75.35351&spn=0.026826,0.04034&t=m&z=15&q=Shikarpur,+Karnataka,+India&hl=en Chris On Mon, Apr 18, 2011 at 7:28 AM, pacchu wrote: > Hi. > There is a spelling mistake in map. 'Shikaripura' is a Town in Shimoga > district, Karna

Re: [Google Maps API v3] Re: Updated Transaction Limits

2011-04-18 Thread Chris Broadfoot
On Tue, Apr 12, 2011 at 3:53 AM, Andrew Leach wrote: > What make you think it's client IP? The way I read the FAQ and the > blog entry you quoted, it's per referrer. That is, the *site* is > limited to 25000 map images. That's rather limiting, so I hope it's > IP. I don't think it's clear. Close

Re: [Google Maps API v3] Official position on poly editing?

2011-04-18 Thread Chris Broadfoot
We're working on it. Please follow the feature request here: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2432 PS: If I had a hovercraft, it would be full of eels already. Not much of a threat! :) Chris -- http://twitter.com/broady -- You received this message because you are su

Re: [Google Maps API v3] Zoom_changed open Infowindow viewport

2011-04-18 Thread Chris Broadfoot
You could try something like this: google.maps.event.addListener(map, 'zoom_changed', function() { infoWindow.setAnchor(infoWindow.getAnchor()); }); -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

Re: [Google Maps API v3] Google map api stopped responding on my website, blacklisted?

2011-04-18 Thread Chris Broadfoot
Your JS files never seem to load - they time out. Probably a misconfiguration on your HTTP server. $ time curl -s http://pubcrawl.me/js/utility/jquery-1.5.1.min.js > /dev/null curl: (18) transfer closed with 69145 bytes remaining to read real 1m5.420s $ time curl -s http://pubcrawl.me/js/utility/

Re: [Google Maps API v3] get direction for nearby train station in map api

2011-04-18 Thread Chris Broadfoot
Not with any Google API. The Places API comes the closest to what you want, have a look: http://code.google.com/apis/maps/documentation/places/ On Sun, Apr 17, 2011 at 11:40 PM, sandeep jain wrote: > i all, > >i am just trying to set a map where i so any property with my > latitude and longit

Re: [Google Maps API v3] Re: Current location don't work in my Samsung galaxy S with android 2.1

2011-04-18 Thread Chris Broadfoot
Try this page: http://code.google.com/apis/maps/documentation/javascript/examples/map-geolocation.html -- http://twitter.com/broady -- 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-ma

Re: [Google Maps API v3] Small mistake in documentation KMLLayers API v3

2011-04-16 Thread Chris Broadfoot
Thanks! Fixed. -- http://twitter.com/broady -- 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-map

Re: [Google Maps API v3] Re: Polygons not rendering

2011-04-15 Thread Chris Broadfoot
Okay - but what do you gain here? Are you displaying the same Polygon/Polyline on different maps? Chris -- http://twitter.com/broady -- 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-

Re: [Google Maps API v3] R: 2011/4/14 - New Release

2011-04-15 Thread Chris Broadfoot
Thanks, this has been fixed. The problem was using shorthand color notation (i.e. #369 as opposed to #336699) On Fri, Apr 15, 2011 at 5:15 PM, Alessandro Giannini < infinity.so...@gmail.com> wrote: > Hi ! > > with last version, using Chrome or FF , the sample ' > http://code.google.com/intl/it-IT

Re: [Google Maps API v3] 2011/4/14 - New Release

2011-04-15 Thread Chris Broadfoot
The awesome wayback machine can help here :) http://replay.waybackmachine.org/20101014235139/http://code.google.com/apis/maps/terms.html -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

Re: [Google Maps API v3] Re: Polygons not rendering

2011-04-14 Thread Chris Broadfoot
Hi Jason, The reason for this bug is that polylines and polygons can no longer share the same MVCArray. This is a new limitation (one might call it a regression), but easily mitigated in your case. Here are a few workarounds: - Apply the stroke to the polygon. A polygon with two vertices will be

Re: [Google Maps API v3] Re: Polygons not rendering

2011-04-14 Thread Chris Broadfoot
On Thu, Apr 14, 2011 at 7:08 PM, sgiddings wrote: > Shame that google pushed out this change before announcing it. > Yes, we do that with the nightly version. If you require predictable behaviour, please specify v=3.2 or v=3.3, as documented (and frequently referenced) here: http://code.google.c

Re: [Google Maps API v3] Programmatically moving forwards in Street View

2011-04-14 Thread Chris Broadfoot
You could figure it out based on the heading of the user's view vs their bearing of linked panoramas. -- http://twitter.com/broady -- 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-map

[Google Maps API v3] Re: Limit on the number of custom icons

2011-04-14 Thread Chris Broadfoot (Google Employee)
You may have more luck if you include the image files within a KMZ file. -- 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

[Google Maps API v3] 2011/4/14 - New Release

2011-04-14 Thread Chris Broadfoot (Google Employee)
Hi all, We recently pushed a new version of the Maps API. The major change in this release is Polylines and Polygons are now rendered in Canvas. This provides a significant speedup when adding many polys to a map. One known issue is that polygons are hidden when strokeOpacity is zero. As a workaro

Re: [Google Maps API v3] Re: Polygons not rendering

2011-04-13 Thread Chris Broadfoot
Thanks Jason, I've narrowed that bug down and filed an issue internally. Specify v=3.3 for now. On Thu, Apr 14, 2011 at 12:24 PM, Jason Sanford wrote: > I've got a demo that shows using Google's geometry library to measure > length/area which doesn't work any more. The geometry for the polygon is

Re: [Google Maps API v3] Polygons from fusion table geometry

2011-04-13 Thread Chris Broadfoot
Unfortunately not at present, not using the JS API. If you had a server (say, on AppEngine) that queries Fusion Tables and returns some JSON back to your JS frontend, you could! Not so straight forward, though. -- http://twitter.com/broady -- You received this message because you are subscrib

Re: [Google Maps API v3] Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread Chris Broadfoot
As I said in another thread, polys are now rendered in Canvas. I've filed a bug to support shorthand colors, though I'm not sure if we could support opacity when using color names like 'red' or 'blue'. As per documentation, please use full hex notation (e.g. #ff) when specifying colors: http:/

Re: [Google Maps API v3] change default direction markers

2011-04-13 Thread Chris Broadfoot
http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRendererOptions markerOptions On Thu, Apr 14, 2011 at 8:56 AM, Jorge Flores wrote: > Hi, I'm trying to change the default markers on a route created with > the direction service, is it possible? i've suppressed t

Re: [Google Maps API v3] Re: Svar: Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread Chris Broadfoot
Yes, polygons are now rendered in Canvas where possible. As specified in documentation, full hex style is necessary. -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send ema

Re: [Google Maps API v3] Need to Increase the loading time of googlemap 3

2011-04-12 Thread Chris Broadfoot
; >> rizwan.050...@gmail.com> wrote: >> >>> Hi, >>> >>> you can use API like markerManager or markerClusterer, this would help >>> to reduce the marker load time to some extent. >>> >>> Thanks & Regards, >>> Mohammad R

Re: [Google Maps API v3] Get a map of google maps

2011-04-12 Thread Chris Broadfoot
eInterface), > but I don't find a map for can to use (with the dimensions like the of > google maps). > > Where I can find a map so??? > > Thanks for help my > > 2011/4/11 Chris Broadfoot > >> You can't, not without a premier license. See restrictions: >&

Re: [Google Maps API v3] Need to Increase the loading time of googlemap 3

2011-04-12 Thread Chris Broadfoot
Sounds like your database query is slow. But hard to guess without seeing a live page to analyse. -- http://twitter.com/broady -- 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

Re: [Google Maps API v3] Re: Rounding issues with gmaps v3

2011-04-12 Thread Chris Broadfoot
On Tue, Apr 12, 2011 at 6:21 PM, Amit Kumar wrote: > The issue is not about nanometers... I am using that to identify if there > is a marker already in the mentioned spot, but since the values are not > same, I see more markers, which is unacceptable. > Did you try comparing real distance or pixe

Re: [Google Maps API v3] Get a map of google maps

2011-04-11 Thread Chris Broadfoot
You can't, not without a premier license. See restrictions: http://code.google.com/apis/maps/documentation/staticmaps/#Imagesizes -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gro

Re: [Google Maps API v3] Re: How do I convert driving directions to a PDF file?

2011-04-10 Thread Chris Broadfoot
Have a look at this: http://maps.google.com/maps?saddr=San+Francisco&daddr=Los+Angeles&z=7&pw=2 On Mon, Apr 11, 2011 at 9:20 AM, dusty wrote: > Good suggestions - a print version of a web page will be more efficient > than a PDF document. Do you know if there are any good code examples out > th

Re: [Google Maps API v3] Re: New Release - 2011/3/17

2011-04-10 Thread Chris Broadfoot
Then the library you're using should be updated. You might be interested in Luke's InfoBubble library: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html The Event that was passed through on 'click' was never documented - sorry about that! Passing throu

Re: [Google Maps API v3] Re: New Release - 2011/3/17

2011-04-07 Thread Chris Broadfoot
The API no longer uses DOM for detecting these events, so there's no DOM event to forward on. What do you need DOM events for? -- 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-

Re: [Google Maps API v3] Re: New Release - 2011/3/17

2011-04-07 Thread Chris Broadfoot
There's no DOM for a particular Marker anymore, so no DOM event is provided. You can use the mouseover and mouseout events on Marker. This change does not limit this particular use case. On Thu, Apr 7, 2011 at 7:44 PM, Jerry wrote: > Hi, > > > Today we pushed a new version of the API. > > > Not

[Google Maps API v3] Re: administrative_level_3 and sublocality_level_3

2011-04-05 Thread Chris Broadfoot (Google Employee)
Sublocality is indeed documented: http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding -- 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@googl

Re: [Google Maps API v3] Re: Geocode response differs from documentation

2011-04-05 Thread Chris Broadfoot
On Tue, Apr 5, 2011 at 7:41 PM, meekamoo wrote: > Ahhh damn. Would've saved a lot of heartache if google told everyone > that up front! I searched for days! haha thanks though. At least it > was a simple problem :) > Sorry to hear that you lost time over this! We *do* tell everyone this "up fron

Re: [Google Maps API v3] Geocode response differs from documentation

2011-04-04 Thread Chris Broadfoot
You're looking at the wrong docs. The code example is for the Geocoder *web service* - what you're actually using is the JavaScript Geocoder service: http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding http://code.google.com/apis/maps/documentation/javascript/reference

Re: [Google Maps API v3] OverviewMapControl in StreetView

2011-04-04 Thread Chris Broadfoot
Please file a feature request so people can show their support. http://code.google.com/p/gmaps-api-issues/issues/entry?template=Maps%20API%20v3%20-%20Feature%20Request On Mon, Apr 4, 2011 at 7:58 PM, Gigi wrote: > Hi, > is possible use overviewMapControl in StreetView? > I wish I had the same ex

Re: [Google Maps API v3] marker title position / mouse over the marker

2011-03-29 Thread Chris Broadfoot
Basically there's the disparity because sprite images are supported. Suppose you had a sprite image with all your marker images. You'd want to scale the sprite down, and then tell the API the offset in the image of the marker, as well as its size. Hope that helps, Chris -- You received this mes

Re: [Google Maps API v3] marker title position / mouse over the marker

2011-03-29 Thread Chris Broadfoot
Nope - just change the one line I pointed out: MrkIcon = new google.maps.MarkerImage ('/images/Outlanding.png', new google.maps.Size (20,20), /* size */ new google.maps.Point (0,0), /* origin */ new google.maps.Point (10,10), /* anchor */ new google.maps.Size (20,20)); /* scale siz

Re: [Google Maps API v3] How to get bounds of bounding box

2011-03-29 Thread Chris Broadfoot
I don't really understand. Is this what you want? http://code.google.com/p/gmaps-api-issues/issues/detail?id=2122 If so, please star the issue to show your support. -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip

Re: [Google Maps API v3] Re: retrive clicked marker info?

2011-03-29 Thread Chris Broadfoot
No, you'll need to store that yourself. Trivial to do. -- 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 g

[Google Maps API v3] 2011/3/28 - New Release

2011-03-29 Thread Chris Broadfoot
Hi all, We recently pushed a new version of the API. See the full changelog here: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog In this release... Resolved issues: * Can't change heading in Street View when in satellite mode (Issue 3174) * Map broken when VML di

Re: [Google Maps API v3] Re: retrive clicked marker info?

2011-03-29 Thread Chris Broadfoot
You can reference the clicked marker with 'this': google.maps.event.addListener(marker, 'click', markerListener); function markerListener() { alert(this.getPosition()); // this.setIcon(... } On Tue, Mar 29, 2011 at 7:20 PM, Thoern wrote: > Anyhow I thought of a different approach, googlema

Re: [Google Maps API v3] marker title position / mouse over the marker

2011-03-29 Thread Chris Broadfoot
Change the image size to match the scaled size: new google.maps.Size (20,20), /* size */ Chris -- http://twitter.com/broady -- 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: 2011/3/22 - New Release

2011-03-29 Thread Chris Broadfoot
I can't reproduce this. Could you try from another network, to make sure it's not network related? Chris -- http://twitter.com/broady -- 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

Re: [Google Maps API v3] Can this be done with Google maps? Search records by radius.

2011-03-29 Thread Chris Broadfoot
Have a look at the Places API, too: http://code.google.com/apis/maps/documentation/places/ Chris -- http://twitter.com/broady -- 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

Re: [Google Maps API v3] directions search results

2011-03-29 Thread Chris Broadfoot
This data is not available, primarily for privacy reasons. -- http://twitter.com/broady -- 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 unsubscrib

Re: [Google Maps API v3] marker title position / mouse over the marker

2011-03-29 Thread Chris Broadfoot
Could you post a link to your map that demonstrates this? http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.

Re: [Google Maps API v3] geocoder geolocation results in combobox

2011-03-29 Thread Chris Broadfoot
The results will be available as an array. You're only fetching the first one in your code by referencing results[0] You'll want to iterate over the whole results array in order to do something useful with it. Chris -- http://twitter.com/broady -- You received this message because you are sub

Re: [Google Maps API v3] Language probllem

2011-03-29 Thread Chris Broadfoot
It works for me, have you got a link to your map? http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. T

Re: [Google Maps API v3] jQuery .ajax map within div

2011-03-29 Thread Chris Broadfoot
As per forum guidelines, can you please post a link to your map? Chris -- http://twitter.com/broady -- 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. T

Re: [Google Maps API v3] Many full-address searches in Hollywood fail due to unfortunately-named point of interest

2011-03-29 Thread Chris Broadfoot
I can't reproduce this. Do you have sample URLs? http://maps.googleapis.com/maps/api/geocode/json?address=6233%20Hollywood%20Boulevard,%20Los%20Angeles,%20CA%2090028&sensor=false Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "

Re: [Google Maps API v3] How to ceate our own base map and use our own geodata

2011-03-29 Thread Chris Broadfoot
Custom Map Types: http://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes http://code.google.com/apis/maps/documentation/javascript/reference.html#ImageMapType Address locator: Build it yourself. There's no really good way to add your own data to our own geocoder, yo

Re: [Google Maps API v3] Turn kml on and off with checkbox

2011-03-24 Thread Chris Broadfoot
You're pretty close. Your attempt with boundaryButton is the best. You're just missing a quote: id=boundaryButton" Inside the event handler, you can reference the button with 'this': boundaryLayer.setMap(this.clicked ? map : null) Hope that helps Chris On Fri, Mar 25, 2011 at 1:25 PM, Brooke Wi

Re: [Google Maps API v3] 2011/3/22 - New Release

2011-03-24 Thread Chris Broadfoot
On Fri, Mar 25, 2011 at 2:43 AM, Stephan Bardubitzki wrote: > - streetview heading resolves always to 0 (the default) > - pan control in streetview not working anymore - moves always back to the > default position (North) > Hi Stephan, Could you please file bugs with links to test cases? I can't

[Google Maps API v3] 2011/3/22 - New Release

2011-03-24 Thread Chris Broadfoot (Google Employee)
Hi all, We recently released a new version of the API. The full changelog can be found here: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog In this release... Resolved issues: - Pegman shows in custom map types ( Issue 3154 ) Noticeable changes: - Fixed: Giant marke

Re: [Google Maps API v3] Re: Markers and zIndex

2011-03-21 Thread Chris Broadfoot
On Mon, Mar 21, 2011 at 7:30 PM, sgiddings wrote: > One further - related - question : will dynamically changing the zIndex > (via setZIndex) cause a redraw, visually raising or lowering the marker ? > Yes - did you try it? -- http://twitter.com/broady -- You received this message because yo

Re: [Google Maps API v3] how to add listener to get bounds after mouse action

2011-03-21 Thread Chris Broadfoot
On Tue, Mar 22, 2011 at 8:24 AM, wang Chen wrote: > google.maps.event.addListenerOnce(map, 'idle', function() { >var mBound = this.getBounds(); }); > Use addListener, not addListenerOnce. Read the docs here: http://code.google.com/apis/maps/documentation/javascript/reference.htm

Re: [Google Maps API v3] Re: Markers and zIndex

2011-03-21 Thread Chris Broadfoot
(originally posted to the wrong thread :) Unfortunately it is not feasible to put draggable markers below canvas markers. So, unless you want all your draggable markers above canvas markers, it's necessary to specify optimized: false when creating your non-draggable markers. Hope this helps, Chr

Re: [Google Maps API v3] Re: Display panoramio layer inside infowindow

2011-03-21 Thread Chris Broadfoot
> > 1 - Is it possible to display a map with the Panoramio layer visible on a > small map within an info window? > Yes, but why?! I can't possibly imagine that this would be a good user experience. > 2 - Is it possible to make a button or similar which enables users to > toggle on and off the pa

Re: [Google Maps API v3] Re: New Release - 2011/3/17

2011-03-20 Thread Chris Broadfoot
Unfortunately it is not feasible to put draggable markers below canvas markers. So, unless you want all your draggable markers above canvas markers, it's necessary to specify optimized: false when creating your non-draggable markers. Hope this helps, Chris -- You received this message because y

Re: [Google Maps API v3] Re: Markers and zIndex

2011-03-17 Thread Chris Broadfoot
Hi Gary, Because Markers are now rendered in Canvas tiles, a group of markers may exist inside one DOM element. This makes it infeasible to order your own DOM elements with in the overlayImage pane. So, the first step is to specify optimized:false when instantiating your Markers. Doing so isn't a

Re: [Google Maps API v3] Drawing polylines dynamically

2011-03-17 Thread Chris Broadfoot
It's possible. Can you clarify your exact use case because it's likely to be against Terms of Service: http://code.google.com/apis/maps/terms.html See section 10.9 Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps Ja

Re: [Google Maps API v3] Embed javascript in V3 InfoWindow

2011-03-17 Thread Chris Broadfoot
It doesn't look like you're missing anything. I had a look at the code and the approach you've taken is how I'd do it. Create a string with appropriate HTML, and then use it as the parameter to setContent. I can't comment on whether this is effective against spam bots, but the two techniques are

Re: [Google Maps API v3] Re: Hi, newbie ask how to retrive the actual drive distance between to point via GM API v3?

2011-03-17 Thread Chris Broadfoot
On Thu, Mar 17, 2011 at 11:14 PM, en4ce wrote: > i still do it this way: > That's using Haversine, which is exactly what the OP *didn't* want. -- 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

Re: [Google Maps API v3] Markers and zIndex

2011-03-17 Thread Chris Broadfoot
On Thu, Mar 17, 2011 at 7:59 PM, sgiddings wrote: > The result, that I see at least, is that the second marker is displayed > behind the first. > I tried to reproduce this and can't. Please whip up a sample page! :) Chris -- http://twitter.com/broady -- You received this message because you

Re: [Google Maps API v3] Reading and Saving Directions returned by DirectionsService.route

2011-03-17 Thread Chris Broadfoot
Check the API docs: http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsResult On Thu, Mar 17, 2011 at 5:53 PM, Hypnotizing Chickens < chickens@gmail.com> wrote: > Hi > I am trying to save a route marked by a user and extract some data > from the marked route s

Re: [Google Maps API v3] Embed javascript in V3 InfoWindow

2011-03-17 Thread Chris Broadfoot
I'd take a different approach. Generate the HTML *before* you call setContent on the InfoWindow. Example (not real code, just a demonstration on what I'd do: var infowindow = new google.maps.InfoWindow(); function onClick(marker) { infowindow.setContent('Email!'); infowindow.open(marker, map

Re: [Google Maps API v3] Hi, newbie ask how to retrive the actual drive distance between to point via GM API v3?

2011-03-17 Thread Chris Broadfoot
http://code.google.com/apis/maps/documentation/javascript/services.html#Directions On Thu, Mar 17, 2011 at 1:06 PM, Jian He wrote: > Hi Gurus, > > I am new to developing the local community database which stored many > points, I know I could simple input 2 point and get the actual drive > distan

Re: [Google Maps API v3] Marker renders on all maps at lowest (zero) zoom level

2011-03-17 Thread Chris Broadfoot
Why does it matter? On Thu, Mar 17, 2011 at 6:11 PM, Mehul wrote: > Hi, > > I have implemented Google Map in Application where i have used API v3 > to add marker on map. As per default behavior Google Map shows > multiple maps at lowest (zero) zoom level, Initially Google Map > showing marker on

[Google Maps API v3] New Release - 2011/3/17

2011-03-17 Thread Chris Broadfoot (Google Employee)
Hi all, Today we pushed a new version of the API. This version brings some pretty nice features, as detailed in Thor's blog post here: http://googlegeodevelopers.blogspot.com/2011/03/new-angle-on-world-with-45-imagery.html We also pushed a new version to the stable release (3.3) that fixed a regr

[Google Maps API v3] Re: Circle zIndex not working

2011-03-16 Thread Chris Broadfoot (Google Employee)
This issue should be fixed in the latest release. -- 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

Re: [Google Maps API v3] Markers and zIndex

2011-03-16 Thread Chris Broadfoot
Why is this not your impression? Do you have a sample page that demonstrates that this is not the case? It would be helpful to see exactly what you are trying to achieve. Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google M

Re: [Google Maps API v3] Custom Control - Just an image!

2011-03-16 Thread Chris Broadfoot
A link would help greatly. But the problem here is that BOTTOM is not a ControlPosition: http://code.google.com/apis/maps/documentation/javascript/reference.html#ControlPosition -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Ma

Re: [Google Maps API v3] Custom grids

2011-03-16 Thread Chris Broadfoot
Have you seen this? It may be a good starting point: http://code.google.com/apis/maps/documentation/javascript/examples/maptype-overlay.html On Thu, Mar 17, 2011 at 12:24 AM, Alexey Onuchin wrote: > Hi to all, > > Did someone try to write a custom grid with resizable cells based on > map zoom lev

Re: [Google Maps API v3] Re: Adding additional information to already marked Places

2011-03-16 Thread Chris Broadfoot
ses using the geocoding API, and found that for the > same street address as the ATM I got different coordinates from the > web service from one's marked on Google Maps as an ATM place. Is this > a known issue with the Geocoding API ? > > Regards, > Elroy Serrao > > On M

Re: [Google Maps API v3] help migrating v2 to v3 with multiple infowindows (not closing)

2011-03-15 Thread Chris Broadfoot
Share one InfoWindow between all markers, and call setContent to change the contents of the InfoWindow according to which marker was clicked. -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

Re: [Google Maps API v3] Smooth scrolling in Street View?

2011-03-15 Thread Chris Broadfoot
> > Is there a way to get this done? Perhaps a way to pre-load the image > data for a radius centered around a given geographical area? If so, > would it be possible to cache the data for future sessions in critical > venues, like when giving a demonstration at a show? > If you know the pano ids

Re: [Google Maps API v3] Insufficient Geo Codes!! Please help

2011-03-15 Thread Chris Broadfoot
Is this the only problematic query? On Wed, Mar 16, 2011 at 2:00 AM, TTA wrote: > Hi All, > > Searching text "London" in http://maps.google.com/ gives mentioned > below results(around 5) > > London, United Kingdom > Los Angeles, CA, United States > London, Ontario, Canada > Londonderry, United K

Re: [Google Maps API v3] How many maps on a page?

2011-03-15 Thread Chris Broadfoot
Since they don't need to be interactive, use the Static Maps API: http://code.google.com/apis/maps/documentation/staticmaps/ -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

Re: [Google Maps API v3] Adding additional information to already marked Places

2011-03-15 Thread Chris Broadfoot
Unfortunately not at present. If you'd like better Places integration with the Maps API, please file a feature request: http://code.google.com/p/gmaps-api-issues Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaSc

Re: [Google Maps API v3] optimizing calls to map api

2011-03-15 Thread Chris Broadfoot
We allow caching for performance reasons. Check the terms of service for more detail: See 10.3: http://code.google.com/apis/maps/terms.html -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

Re: [Google Maps API v3] Re: Scale dependant points from fusion tables

2011-03-07 Thread Chris Broadfoot
Unfortunately, there are no configuration parameters for FT heat maps. You *could* generate KML, sure. I've never done it, but a cursory search yields: http://stackoverflow.com/questions/1224569/google-earth-heat-maps http://stackoverflow.com/questions/2389623/generating-a-kml-heatmap-from-given-d

[Google Maps API v3] Re: Custom marker sometime hide

2011-03-06 Thread Chris Broadfoot (Google Employee)
Thanks. I've filed this internally. -- 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-v

Re: [Google Maps API v3] Re: pan and zoom from actual location to another

2011-03-06 Thread Chris Broadfoot
use map.setCenter or map.panTo: http://code.google.com/apis/maps/documentation/javascript/reference.html#Map On Mon, Mar 7, 2011 at 10:04 AM, qcwebdev wrote: > ok excuse me the pan option came from a jquery plugin > But my question is still How to repositioning location > to a existing map...do

Re: [Google Maps API v3] How To add coordinates to tooltip of a marker?

2011-03-06 Thread Chris Broadfoot
Got a link? I'm not sure what you mean by tooltip. On Mon, Mar 7, 2011 at 10:52 AM, thebit wrote: > Hello, > I'm a newbie. > I created a webpage in which I can add marker and when I add a marker, > a tooltip is open and shows a form. > I wish to populate a form field with the coordinates of this

Re: [Google Maps API v3] Marker click event

2011-03-06 Thread Chris Broadfoot
Your link times out for me. But you probably want something like: google.maps.event.addListener(marker, 'click', function() { console.log(this.getPosition()); }); On Mon, Mar 7, 2011 at 2:07 AM, Santacruz wrote: >google.maps.event.addListener( marker, > 'click', fu

Re: [Google Maps API v3] polyline editor

2011-03-03 Thread Chris Broadfoot
https://github.com/stomlinson/Polyline-enableEditing-enableDrawing-for-GMaps-API-v3 http://www.mistechko.sumy.ua/jscript/google/map/index.html -- 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 t

Re: [Google Maps API v3] As of the new update, marker is displaying 2 shadows, the second is along the x-axis just to the right

2011-03-02 Thread Chris Broadfoot
Your site times out for me. It could be related to this: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3080 Chris -- 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-

Re: [Google Maps API v3] dynamically updating infoWindow content

2011-03-01 Thread Chris Broadfoot
getContent() will return to you what you passed it in setContent(). Does that help? If you'd like some help with your problem of the InfoWindow not updating please post a link to your map. Chris On Wed, Mar 2, 2011 at 9:45 AM, whiteatom wrote: > Hello all, > I have a map with about 30 markers

Re: [Google Maps API v3] Scale dependant points from fusion tables

2011-03-01 Thread Chris Broadfoot
Unfortunately not, this is a limitation in Fusion Tables. Curious as to how this would work - do you want the marker to grow 2x in height and width for each zoom level? -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaS

Re: [Google Maps API v3] Interactive Map visitors can add to

2011-03-01 Thread Chris Broadfoot
Do you need the API for this? Take a look at My Maps: http://maps.google.com/help/maps/mymaps/create.html ... and the Shared Spaces equivalent: http://sharedspaces.googlelabs.com/gallery/app?app_id=79001 Chris On Wed, Mar 2, 2011 at 3:42 PM, Cassandra wrote: > Hello, > I am creating a website

Re: [Google Maps API v3] Enabling user photos in streetview

2011-03-01 Thread Chris Broadfoot
Unfortunately there is no equivalent OverlayView for Street View panoramas. Could you file a feature request so that other developers can show their support? This lets the API team gauge interest. Chris On Wed, Mar 2, 2011 at 12:33 PM, Stephan Bardubitzki wrote: > With V3 do we have to use cust

<    1   2   3   4   5   6   7   8   >