[Google Maps API v3] Re: Panoramio and Weather libraries status ?

2015-06-15 Thread Enoch Lau (Google Employee)
The statement below about Panoramio does not apply to the Panoramio Layer. The layers will stop working in a manner that does not break websites - instantiating a PanoramioLayer or WeatherLayer will simply do nothing (and not throw an error). Enoch On Monday, June 8, 2015 at 12:22:37 PM UTC-4,

[Google Maps API v3] Re: Issue with the new 'signed in' feature

2014-12-08 Thread Enoch Lau (Google Employee)
Thanks for noticing this. It looks like something we can improve in the Maps API. Please file a bug on the issue tracker if you'd like to keep track of it: https://code.google.com/p/gmaps-api-issues/issues/list Enoch On Monday, December 8, 2014 2:01:18 AM UTC+11, Rob McMahon wrote: > > I made a

[Google Maps API v3] Re: maps version 3.17 and 3.18 exceptions

2014-12-07 Thread Enoch Lau (Google Employee)
Please link to a demo that illustrates the problem. On Sunday, December 7, 2014 11:39:41 PM UTC+11, Blaze wrote: > > Hi, > > Since 3.16 was retired and 3.17 become the frozen one, I experience some bugs > in the maps js scripts. > > I load my application usually with v=3.0 which is getting the o

[Google Maps API v3] Re: Issue with the new 'signed in' feature

2014-12-06 Thread Enoch Lau (Google Employee)
Can you point me to the relevant parts of your JS code please? In particular, how and when do you open the info window, and set the 'place' property of the marker? Enoch On Friday, December 5, 2014 11:59:20 PM UTC+11, Rob McMahon wrote: > > I have been using the new v3 API 'signed in' feature f

[Google Maps API v3] Re: Stack overflow??

2014-04-20 Thread Enoch Lau (Google Employee)
You're right that Stack Overflow is for questions/support. This group is still available to have discussions, which are not appropriate for Stack Overflow. On Friday, April 18, 2014 10:58:41 PM UTC+10, Joseph Elfelt wrote: > > The problem with stackoverflow is that if you do not ask a *question*

[Google Maps API v3] Re: API is cramming down font styling. Please let us turn this off.

2014-04-20 Thread Enoch Lau (Google Employee)
We have recently made changes such that the default font on controls and elements added to the map is Roboto, but if you have custom CSS that styles those controls/elements, that CSS should be able to take precedence. Please try the current experimental version (v=3.exp), and share some examples

[Google Maps API v3] 3.14 becomes release version on November 15

2013-11-06 Thread Enoch Lau
We will be making the current experimental version (3.14) the new release version on or shortly after November 15, 2013. The versions will then be: Experimental: 3.15 Release: 3.14 Frozen: 3.13 The visual refresh is the default style in 3.14, and so it will become the default style for Maps API

[Google Maps API v3] Re: Links in official Google info windows do not open in new tabs/windows.

2013-09-02 Thread Enoch Lau (Google Employee)
Thanks for noticing. Please file an issue here: https://code.google.com/p/gmaps-api-issues/issues/list On Monday, August 26, 2013 7:29:28 AM UTC+10, Andrew G Johnson wrote: > > Up until recently Google always seemed fairly respectful of users' maps > and whenever they wanted to provide a link ou

[Google Maps API v3] Fwd: 3.13 becomes release version on August 15

2013-08-08 Thread Enoch Lau
-- Forwarded message -- To: google-maps-js-api-v3-notify < google-maps-js-api-v3-not...@googlegroups.com> We will be making the current experimental version (3.13) the new release version on or shortly after August 15, 2012. The versions will then be: Experimental: 3.14 Release:

[Google Maps API v3] Re: registering click listener for polygon works for clicks on editing vertex, but doesn't work on rectangle

2013-05-20 Thread Enoch Lau (Google Employee)
Please consider filing a feature request on our issue tracker: https://code.google.com/p/gmaps-api-issues/issues/list On Tuesday, May 21, 2013 5:24:14 AM UTC+10, chris marx wrote: > > If you do this: > > > > google.maps.event.addListener(polygon,"click",function > (polyMouseEvent){ > >

[Google Maps API v3] Re: ok to bind to mvc events like editable_changed?

2013-05-20 Thread Enoch Lau (Google Employee)
Yes, if an MVCObject subclass has a property called 'foo', it is part of the MVCObject contract that when that property changes, the 'foo_changed' event is fired. On Tuesday, May 21, 2013 1:08:28 AM UTC+10, chris marx wrote: > > Not sure if this has been covered already, I'm wondering if its rea

[Google Maps API v3] Re: Google Maps's iframe embeded maps still using API V2?

2013-05-15 Thread Enoch Lau (Google Employee)
ion is simply not convincing enough, even the mobile web > edition of maps.google.com is still on v2. > > > > > > On Tuesday, May 14, 2013 2:31:14 PM UTC-4, Enoch Lau (Google Employee) > wrote: >> >> It looks rather like the v2 API but actually doesn't u

[Google Maps API v3] Re: Google Maps's iframe embeded maps still using API V2?

2013-05-14 Thread Enoch Lau (Google Employee)
It looks rather like the v2 API but actually doesn't use the v2 API. These iframes should continue to work. On Thursday, May 9, 2013 1:36:01 AM UTC-7, Paisit Onin wrote: > > Hello All, > > One of my client use the solution that suggested on this URL > http://support.google.com/maps/bin/answer.py

[Google Maps API v3] Re: v3.12 Change Log?

2013-05-11 Thread Enoch Lau (Google Employee)
That was a mistake in the changelog. Polyline strokeWeight remains as strokeWeight. May 15 is when 3.12 replaces 3.11 as the release version. On Thursday, May 9, 2013 9:12:19 AM UTC-7, Roy Barkas wrote: > > I see that one change noted is "Renamed strokeWeight to strokeWidth". > > Has the former

[Google Maps API v3] Re: Googlre Tracks API

2013-04-27 Thread Enoch Lau (Google Employee)
See https://developers.google.com/maps/documentation/tracks/getstarted#activating_the_api On Wednesday, April 24, 2013 3:13:19 AM UTC+10, Joko Pratomo Adi wrote: > > > > On Tuesday, April 9, 2013 1:12:31 PM UTC+7, loconet medha wrote: >> >> Hi, >> >> I want to use google maps api for our website.

[Google Maps API v3] Re: Google Maps and nodeJs

2013-04-07 Thread Enoch Lau (Google Employee)
If you want to get directions server-side, don't use the JS Maps API. Instead, use the web service: https://developers.google.com/maps/documentation/directions/ On Sunday, April 7, 2013 7:59:06 AM UTC+10, Niccolò Perra wrote: > > Hey Mappers, > > Is it allowed to use the directionService directl

[Google Maps API v3] Re: Is Directly Accessing Hybrid's Road/Label Tiles Against the ToS?

2013-04-07 Thread Enoch Lau (Google Employee)
You may not directly access tiles, even if using those tiles in the Google Maps API. If you want to put roads and labels above your image map types, consider using a style map type that you put above your image map types: https://developers.google.com/maps/documentation/javascript/reference#St

[Google Maps API v3] Re: How does Google Maps API Really Work w.r.t Code Downloaded Onto Client browser

2013-04-01 Thread Enoch Lau (Google Employee)
No, the API does not send the location of your markers anywhere. On Saturday, March 30, 2013 8:16:51 AM UTC+11, Jeff Zeminski wrote: > > When I display a map with multiple markers and labels applied to those > markers. Does that info (marker location and label info) get sent to any > other plac

Re: Re: [Google Maps API v3] Re: Advertising

2013-04-01 Thread Enoch Lau (Google Employee)
No, there's no way to find out, but by and large, it should be fairly obvious which category it belongs to. On Monday, April 1, 2013 9:19:40 PM UTC+11, Andrew Leach wrote: > > On 1 April 2013 08:19, Enoch Lau (Google Employee) > > > wrote: > > +1 to what Barry sa

Re: Re: [Google Maps API v3] Re: Advertising

2013-04-01 Thread Enoch Lau (Google Employee)
+1 to what Barry said. You can hide the icons, which makes them non-clickable. This seems sensible since you wouldn't want both your marker and Google's icon to be displayed. For the full list, see https://developers.google.com/maps/documentation/javascript/reference#MapTypeStyleFeatureType O

[Google Maps API v3] Re: Advertising

2013-03-31 Thread Enoch Lau (Google Employee)
The JavaScript Maps API does not have ads in info windows. If you're talking about the info windows for places on the map, those aren't ads - those places are placed onto the map in an organic fashion. On Sunday, March 31, 2013 8:58:28 PM UTC+11, Pil wrote: > > There is no free version of the Ma

[Google Maps API v3] Re: Problem loading multiple KML files in a page

2013-03-26 Thread Enoch Lau (Google Employee)
Are all 100 KML files covering the same area? If not, then if you know the content's bounds for each KML file, you could turn on/off KML layers depending on what the current map bounds is. On Tuesday, March 26, 2013 5:29:38 AM UTC+11, geoco...@gmail.com wrote: > > On Mar 25, 7:57 am, Juan Franci

[Google Maps API v3] Re: "The key provided is not a valid Google API Key" - eh?! It's showing up OK in the API Console...

2013-03-05 Thread Enoch Lau (Google Employee)
Can you please provide the hostnames that you put into the API Console, and also the full URL of the page that's accessing the API? On Wednesday, March 6, 2013 6:14:48 AM UTC+11, Brandon Chambers wrote: > > Is there any official word on this? > > It seems people are having trouble all over the ma

Re: [Google Maps API v3] Re: Upcoming changes: 3.11 becomes release version on Feb 15; changes to default version provided

2013-02-04 Thread Enoch Lau (Google Employee)
Yes, v=3 will work come Feb 15 to always request release. On Tuesday, February 5, 2013 10:12:02 AM UTC+11, barryhunter wrote: > > >>> >> >> Would be nice if us non-business customers could request "3.rel" to >> request the current release, especially for production environments. >> - Doug >> >

[Google Maps API v3] Fwd: Upcoming changes: 3.11 becomes release version on Feb 15; changes to default version provided

2013-01-28 Thread Enoch Lau
-- Forwarded message -- To: google-maps-js-api-v3-notify < google-maps-js-api-v3-not...@googlegroups.com> We will be making the current experimental version (3.11) the default version on or shortly after February 15, 2012. The versions will then be: Experimental: 3.12 Release: 3.

[Google Maps API v3] Re: Howto resize the map - smoothly

2013-01-28 Thread Enoch Lau (Google Employee)
Please add a feature request to https://code.google.com/p/gmaps-api-issues/issues/list if you have suggestions on what to add to the API. On Monday, January 28, 2013 11:17:22 PM UTC+11, Pil wrote: > > Seems that this is not possible using the Maps API: > No smooth resizing from right to left -

[Google Maps API v3] Re: South Korean roadmap tiles show no data

2013-01-14 Thread Enoch Lau (Google Employee)
This should have been fixed by now. Let us know if it still doesn't work. Enoch On Tuesday, January 15, 2013 1:25:45 PM UTC+11, Juwon Jung wrote: > > Hello, > I'm using google map api v3 and it worked just fine until yesterday. > But, I found it shows no data for roadmap tiles in South Korea toda

[Google Maps API v3] Re: Point in Polygon Function???

2013-01-13 Thread Enoch Lau (Google Employee)
There is google.maps.geometry.poly.containsLocation: https://developers.google.com/maps/documentation/javascript/reference#poly On Thursday, January 10, 2013 11:59:54 PM UTC+11, Abhishek Gahlout wrote: > > The Google maps API does not already provide a method for checking points > in polygons. A

Re: [Google Maps API v3] Re: If the API key for version V3 is used, the AdSense ads stops appearing.

2013-01-08 Thread Enoch Lau (Google Employee)
ently as already explained. > > The ASP script is being used only to get the user location and insert the > following part of the script: > > > > > > ___ > > > On Tue, Jan 8, 2013 at 4:12 AM, Enoch Lau (Google Employee) < >

Re: [Google Maps API v3] Re: If the API key for version V3 is used, the AdSense ads stops appearing.

2013-01-07 Thread Enoch Lau (Google Employee)
As Larry already noted, you're loading the Maps API twice. See https://developers.google.com/maps/documentation/javascript/tutorial#HelloWorld On Tuesday, January 8, 2013 1:49:19 AM UTC+11, shobha wrote: > > How it will be possible for Google or the user to monitor the limit of > free quotas wit

[Google Maps API v3] Re: Maps API version 2 deprecated with no Youtube layer in API V3

2012-12-14 Thread Enoch Lau (Google Employee)
If this is important to you, please star http://code.google.com/p/gmaps-api-issues/issues/detail?id=3204 On Friday, December 14, 2012 10:46:00 AM UTC+1, mapsuser wrote: > > I got a warning about the upcoming V2 API deprecation (May 2013). The > problem is I use the youtube layer in V2 which is n

[Google Maps API v3] Re: Upcoming change: 3.10 becomes release version on November 15

2012-12-08 Thread Enoch Lau (Google Employee)
gt; > On Tuesday, November 6, 2012 4:44:30 AM UTC+1, Enoch Lau (Google Employee) > wrote: >> >> We will be making the current experimental version (3.10) the default >> version on or shortly after November 15, 2012. The versions will then be: >> >> Experimental:

[Google Maps API v3] Re: Drawing library and mousemove event

2012-11-27 Thread Enoch Lau (Google Employee)
No, it's currently not possible. Please file a feature request: http://code.google.com/p/gmaps-api-issues/issues/list On Wednesday, November 28, 2012 11:55:41 AM UTC+11, grzesiek wrote: > > It's possible to get coordinates on mousemove event when use Drawing > library and current mode is draw po

[Google Maps API v3] Re: How to get a list of all available map types?

2012-11-25 Thread Enoch Lau (Google Employee)
When you do: for (var prop in mts) { } inside the for loop, you should check: if (mts.hasOwnProperty(prop)) { } The reason is that due to changes in how the Maps API does "inheritance" in JS, the variable prop can take on the string value 'constructor', which is not a map type. Enoch On

[Google Maps API v3] Re: PolyMouseEvents not implemented yet

2012-11-15 Thread Enoch Lau (Google Employee)
er 16, 2012 5:05:22 AM UTC+11, Pil wrote: > > Thanks, Enoch. > > Hmm, I mean my polylines are more flexible than the drawing managers > possibilities. > Or should this be possible with the drawing manager? > > http://www.wolfpil.de/v3/snapable-lines.html > > > >

[Google Maps API v3] Re: PolyMouseEvents not implemented yet

2012-11-14 Thread Enoch Lau (Google Employee)
so the > flexibility of my polylines are beyond the 'editability' of the > drawing manager. > > > > On Nov 13, 9:18 am, "Enoch Lau (Google Employee)" > wrote: > > The properties edge, path, vertex are only on the

[Google Maps API v3] Re: Detect mousedown button on polyline

2012-11-13 Thread Enoch Lau (Google Employee)
No, there's currently no supported way to get the mouse buttons. Please file a feature request: http://code.google.com/p/gmaps-api-issues/issues/list On Tuesday, November 13, 2012 6:17:22 PM UTC+11, Pil wrote: > > Is there an official way to do that? > > At the moment I'm using the property b (

[Google Maps API v3] Re: PolyMouseEvents not implemented yet

2012-11-13 Thread Enoch Lau (Google Employee)
The properties edge, path, vertex are only on the event object for editable polylines/polygons. On Tuesday, November 13, 2012 6:16:01 PM UTC+11, Pil wrote: > > It seems that the PolyMouseEvents as documented here > > > https://developers.google.com/maps/documentation/javascript/reference#PolyMou

[Google Maps API v3] Re: Android or Google Maps API bugs?

2012-11-12 Thread Enoch Lau (Google Employee)
It could be a bug in the browser, but the Maps API tries as much as possible to work around browser bugs. Please file an issue on the issue tracker: http://code.google.com/p/gmaps-api-issues/issues/list On Friday, November 9, 2012 11:14:54 PM UTC+11, Martin™ wrote: > > It looks as though the Goo

[Google Maps API v3] Upcoming change: 3.10 becomes release version on November 15

2012-11-05 Thread Enoch Lau
We will be making the current experimental version (3.10) the default version on or shortly after November 15, 2012. The versions will then be: Experimental: 3.11 Release (default): 3.10 Frozen: 3.9 3.8 will be removed, and you will be provided with 3.9 if you request it. We encourage you to tes

[Google Maps API v3] Re: New SVG Symbols

2012-11-04 Thread Enoch Lau (Google Employee)
available for XP. > > > > On Nov 4, 3:39 pm, "Enoch Lau (Google Employee)" > wrote: > > Oh wait, I think I see it. Do you mean the following doesn't work in IE? > > > > var icons = poly.get('icons'); > > poly.set('icons',

[Google Maps API v3] Re: New SVG Symbols

2012-11-04 Thread Enoch Lau (Google Employee)
Oh wait, I think I see it. Do you mean the following doesn't work in IE? var icons = poly.get('icons'); poly.set('icons', null); poly.set('icons', icons); // Doesn't re-show the icons in IE. Enoch On Monday, November 5, 2012 1:35:37 AM UTC+11, Enoch L

[Google Maps API v3] Re: New SVG Symbols

2012-11-04 Thread Enoch Lau (Google Employee)
s({ icons: [{ icon: mysymbol, offset: somepercent > +'%' }] }); > > To hide: > > poly.set('icons', null); > > This is only working in 'normal' browsers. (You know which browser I > mean with 'abnormal'). > What exactly do mean w

[Google Maps API v3] Re: New SVG Symbols

2012-11-03 Thread Enoch Lau (Google Employee)
To hide the symbols on a polyline, set the 'icons' property to null; to reshow, set the 'icons' property to an array of symbols again. If the offset is 101%, then symbol is off the end of the polyline, which is why it disappears. On Sunday, November 4, 2012 6:20:13 AM UTC+11, Pil wrote: > > The

[Google Maps API v3] Re: Polylines show multiple times

2012-10-16 Thread Enoch Lau (Google Employee)
The behavior you describe for markers is only when 'optimized' is set to false (which is currently implied if 'draggable' is true). Zoom all the way out in https://google-developers.appspot.com/maps/documentation/javascript/examples/marker-simple to see the marker multiple times. On Thursday,

[Google Maps API v3] Re: CSP Compliant Google Maps?

2012-09-25 Thread Enoch Lau (Google Employee)
See comment #16 on http://code.google.com/p/gmaps-api-issues/issues/detail?id=4201 On Wednesday, September 26, 2012 10:46:03 AM UTC+10, Rossko wrote: > > > Currently Google Maps uses document.write which is not CSP compliant, > and > > thus renders maps incompatible with say Google's new packag

[Google Maps API v3] Re: Enable click event of the transit stations.

2012-09-05 Thread Enoch Lau (Google Employee)
See http://code.google.com/p/gmaps-api-issues/issues/detail?id=145 On Wednesday, September 5, 2012 11:16:33 PM UTC+10, caz wrote: > > Same question, anybody resolved? > > On Tuesday, September 13, 2011 2:25:47 AM UTC+8, bhuwaneshwari singh wrote: >> >> There are default images of transit stations,

[Google Maps API v3] Re: HeatMaps limits?

2012-08-23 Thread Enoch Lau (Google Employee)
On IE 8, 15,000 is pushing the boundaries of what you can render using the HeatmapLayer, but of course, please give it a go and see for yourself! HeatmapLayer does not work on IE 7. On Friday, August 24, 2012 5:25:29 AM UTC+10, Adam Hooper wrote: > > What are the practical limits of the HeatMap

[Google Maps API v3] Re: Will the API ever support Street View's swoop down animation?

2012-07-11 Thread Enoch Lau (Google Employee)
No there isn't a way at the moment. Please file a feature request on the issue tracker: http://code.google.com/p/gmaps-api-issues/issues/list Enoch On Thursday, July 12, 2012 4:10:03 AM UTC+10, cbolton97 wrote: > > I know that WebGL isn't supported in the API which is required to have the > swo

[Google Maps API v3] Re: API Documentation

2012-07-10 Thread Enoch Lau (Google Employee)
We use JsDoc Toolkit: http://code.google.com/p/jsdoc-toolkit/ Enoch On Tuesday, July 10, 2012 12:45:14 PM UTC+10, Mihai Danila wrote: > > Would you happen to know what tool was used to generate the sleek API > documentation page for the v3 API? I'd love to use it to document my > projects. --

[Google Maps API v3] Re: How to trigger Weather Layer marker click?

2012-07-07 Thread Enoch Lau (Google Employee)
Unfortunately, it isn't possible to programmatically open a weather layer info window. If you'd like to see this in the API, please file a feature request: http://code.google.com/p/gmaps-api-issues/issues/list Enoch On Saturday, July 7, 2012 11:24:34 AM UTC+10, Jorge Barata González wrote: > >

[Google Maps API v3] Re: More information about HeatMapLayer/HeatMapLayerOptions

2012-07-07 Thread Enoch Lau (Google Employee)
The first color in the array represents an intensity of 0 and the last color in the array represents the maximum intensity (either automatically determined, or manually set through the maxIntensity option). Colors in between are taken to be evenly spaced. For example, if you have this gradient:

[Google Maps API v3] Re: Adding direction arrows to polylines...

2012-06-02 Thread Enoch Lau (Google Employee)
There is an open issue for polylines with arrows (http://code.google.com/p/gmaps-api-issues/issues/detail?id=1811). Please star it if you'd like to see it in the Maps API. Enoch On Saturday, June 2, 2012 12:40:24 AM UTC+10, Berry Ratliff wrote: > > Hi Bill, > > I believe the API has abandoned

[Google Maps API v3] Re: Changing colors for the same object

2012-05-26 Thread Enoch Lau (Google Employee)
If these polygons are exactly the same, it's more efficient to just change the color of an existing polygon than creating new polygons with the same path but a different color. But unless you have a very large number of polygons, it shouldn't really make any practical difference because polygon

[Google Maps API v3] Re: Drawing Manager Object Listeners

2012-05-23 Thread Enoch Lau (Google Employee)
If you add listeners to your DrawingManager, you are given handles to the overlays that are drawn: https://developers.google.com/maps/documentation/javascript/reference#DrawingManager For example, in your markercomplete listener, the event argument is a Marker. You can then add listeners to tha

[Google Maps API v3] Re: Polyline over marker

2012-05-22 Thread Enoch Lau (Google Employee)
Yes that's right, it's not possible. Feel free to file a feature request if you'd like to be able to place polylines over markers: http://code.google.com/p/gmaps-api-issues/issues/list Enoch On Sunday, 20 May 2012 01:36:20 UTC+10, John wrote: > > Has anyone out there found a solution to this?

Re: [Google Maps API v3] Re: Tile query without referer in http header with Webkit

2012-05-20 Thread Enoch Lau (Google Employee)
If you believe you've encountered a bug, please file it using the issue tracker at http://code.google.com/p/gmaps-api-issues/issues/list instead of stackoverflow. Enoch On Monday, 21 May 2012 05:18:02 UTC+10, surfish wrote: > > Hi Ben (or anyone from GMaps support team), > > I posted a new GMap

[Google Maps API v3] Re: google.maps.geometry.poly.isLocationOnEdge

2012-04-29 Thread Enoch Lau (Google Employee)
The unit of tolerance is in degrees. I'll file a bug internally to get the documentation updated - thanks. On Monday, 30 April 2012 00:34:27 UTC+10, Fadamaps trente-sept wrote: > > Some examples with 'tolerance' : > > Computes whether the given point lies on the edge of a polygon, within a > spe

Re: [Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2012-04-29 Thread Enoch Lau (Google Employee)
> > this link can't see drawing api documnet , original link is gone. > > BR > > 2012/4/29 Enoch Lau (Google Employee) > >> >> https://developers.google.com/maps/documentation/javascript/overlays#drawing_tools >> >> >> On Sunday, April 29

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2012-04-28 Thread Enoch Lau (Google Employee)
https://developers.google.com/maps/documentation/javascript/overlays#drawing_tools On Sunday, April 29, 2012 12:02:58 AM UTC+10, haha89081 wrote: > > now I can't see the Drawing tool API document , where can find the API > document ? > > Ilya於 2012年3月17日星期六UTC+8上午1時07分35秒寫道: >> >> Did you find a

[Google Maps API v3] Re: Unwanted white lines in IE 9

2012-04-23 Thread Enoch Lau (Google Employee)
Would you be able to link to your demo please? On Monday, 23 April 2012 16:48:35 UTC+10, Zuhlic wrote: > > I am having a problem with the Google map API from v3.7. I have created a > map and on IE9 white horizontal lines appear, these lines do not appear in > any other browser/OS combo. It appea

Re: [Google Maps API v3] Re: PegMan StreetView problem

2012-04-12 Thread Enoch Lau (Google Employee)
I see, thanks! I'll file a bug internally, but if you'd like to keep track of the issue, please add an issue here: http://code.google.com/p/gmaps-api-issues/issues/list Enoch On Thursday, April 12, 2012 9:15:31 PM UTC+10, Chewbacca wrote: > > Thanks for your response but we don´t want to hide t

[Google Maps API v3] Re: PegMan StreetView problem

2012-04-12 Thread Enoch Lau (Google Employee)
Take a look at the English version of the demo: https://google-developers.appspot.com/maps/documentation/javascript/examples/maptype-image That illustrates the use of streetViewControl: false Enoch On Thursday, April 12, 2012 6:49:18 PM UTC+10, Chewbacca wrote: > > Hi, >example: > https:

[Google Maps API v3] Re: getting weather icons to appear at higher zoom levels

2012-04-08 Thread Enoch Lau (Google Employee)
No it's not possible. >From >https://developers.google.com/maps/documentation/javascript/layers#WeatherLayer: "When the weather layer is enabled and the zoom level is set to 12 or lower, administrative labels, such as the names of streets or regions, will be disabled on your map. At zoom level

[Google Maps API v3] Re: Marker shifts position (relative to image) when switching from overhead to 45 degree view. Fix?

2012-04-08 Thread Enoch Lau (Google Employee)
If you believe there's a bug in the API, please file an issue here: http://code.google.com/p/gmaps-api-issues/issues/list In the issue report, please link to a live demo that illustrates the problem. Thanks! Enoch On Sunday, April 8, 2012 4:21:01 AM UTC+10, Fraggle wrote: > > See my question a

[Google Maps API v3] Re: mouseover on a custom marker ..markers under custommarker still receive mouse over

2012-04-05 Thread Enoch Lau (Google Employee)
These "smaller" markers underneath the custom markers - are they google.maps.Markers or your own custom markers too? Can you link to a demo please? On Friday, April 6, 2012 5:59:39 AM UTC+10, rlk27 wrote: > > I created custommarker with custom html using overlayView. I have > mouseover events

[Google Maps API v3] Re: pages not displaying

2012-04-05 Thread Enoch Lau (Google Employee)
Cool, well that seems like it's fixed it! On Thursday, April 5, 2012 10:51:22 PM UTC+10, geoco...@gmail.com wrote: > > n Apr 4, 6:29 pm, Rossko wrote: > > I don't see any comments in > http://www.meadowlarkco.com/regulationsmap.xml > > The current version is working for me in google maps also:

[Google Maps API v3] Re: Periodic "ReferenceError: 'google' is undefined" messages on the client-side

2012-04-04 Thread Enoch Lau (Google Employee)
What percentage of loads seem to be failing? Have you tried loading the API from https://maps.googleapis.com/maps/api/js?... (see https://developers.google.com/maps/documentation/javascript/tutorial, the section on HTTPS) instead? Do you have pages that load the API using HTTP instead of HTTPS,

[Google Maps API v3] Re: pages not displaying

2012-04-04 Thread Enoch Lau (Google Employee)
; where do I set the content type at.this just doesn't make sense > why this stopped working? > > On Apr 4, 7:37 am, rmcguire wrote: > > which comments between the kml tags? > > > > On Apr 4, 4:53 am, "Enoch Lau (Google Employee)" > > wrote:

[Google Maps API v3] Re: pages not displaying

2012-04-04 Thread Enoch Lau (Google Employee)
it of the document - which is why removing the comments would help. On Wednesday, April 4, 2012 8:05:36 PM UTC+10, geoco...@gmail.com wrote: > > On Apr 4, 12:11 am, "Enoch Lau (Google Employee)" > wrote: > > We took a look and it appears that this file wasn't dete

[Google Maps API v3] Re: pages not displaying

2012-04-03 Thread Enoch Lau (Google Employee)
We took a look and it appears that this file wasn't detected as a valid KML file by the rendering engine. To fix this, you could: - Remove the comments between the kml & kml tags at the top of the file - Rename to .kml - Set the content type to be Content-Type: application/vnd.goog

[Google Maps API v3] Re: pages not displaying

2012-04-03 Thread Enoch Lau (Google Employee)
t; On Mar 31, 5:08 am, "Enoch Lau (Google Employee)" > wrote: > > If you notice problems rendering a KML file using KmlLayer in the API, > feel > > free to add an issue on the Maps API issue tracker > > (http://code.google.com/p/gmaps-api-issues/issues/lis

[Google Maps API v3] Re: pages not displaying

2012-03-31 Thread Enoch Lau (Google Employee)
If you notice problems rendering a KML file using KmlLayer in the API, feel free to add an issue on the Maps API issue tracker (http://code.google.com/p/gmaps-api-issues/issues/list). Enoch On Saturday, March 31, 2012 4:27:09 AM UTC+11, geoco...@gmail.com wrote: > > On Mar 30, 6:37 am, rmcguire

[Google Maps API v3] Re: libraries=panoramio and libraries=places in one map using Places Autocomplete and PanoramioLayer

2012-03-26 Thread Enoch Lau (Google Employee)
If you want to load multiple libraries, you need to do it in one script tag. See https://developers.google.com/maps/documentation/javascript/libraries On Tuesday, March 27, 2012 8:17:48 AM UTC+11, iNett-works wrote: > > Hi, I´m pretty new with google API V3 and trying to show PanoramioLayer > ca

[Google Maps API v3] Re: Displaying third party image tiles over Google map.

2012-03-03 Thread Enoch Lau (Google Employee)
Consider using an ImageMapType: http://code.google.com/apis/maps/documentation/javascript/maptypes.html#ImageMapTypes Enoch On Friday, March 2, 2012 9:04:22 PM UTC+11, Mustafa646 wrote: > > I want to know, is there any way where we can overlay third party > image tiles over google base layer.

[Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-03-01 Thread Enoch Lau (Google Employee)
TA on fixing the high res icons in 3.7+? > > Thanks! > Rob > CTO/Co-Founder, Weever Apps Inc > r...@weeverapps.com > > On Feb 13, 1:35 am, "Enoch Lau (Google Employee)" > wrote: > > Does setting optimized: false help here? > > > > Enoc

Re: [Google Maps API v3] google.maps.geometry service always returns 0 area!

2012-02-28 Thread Enoch Lau (Google Employee)
Please provide a link to a demo page that illustrates the problem you're having. On Wednesday, 29 February 2012 17:13:53 UTC+11, alnkapa wrote: > > var area = google.maps.geometry.spherical.computeArea(path); > >

[Google Maps API v3] Re: Can I define an offset for the position of standard Map Controls like MapType and Zoom?

2012-02-21 Thread Enoch Lau (Google Employee)
To offset the position of standard map controls, you could try inserting a transparent div into the same control position as the standard map control, effectively pushing the standard control away from its normal position. You could set the index property to position your transparent div relativ

[Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-02-12 Thread Enoch Lau (Google Employee)
Does setting optimized: false help here? Enoch -- 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/-/w-zm4F2ejR8J. To post to this grou

[Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-02-09 Thread Enoch Lau (Google Employee)
Please post a link to a demo, and state which version of the iPhone you have. Enoch -- 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-v

[Google Maps API v3] Re: Attribution dialog on map update

2012-02-08 Thread Enoch Lau (Google Employee)
You shouldn't be hiding the copyrights or the Google logo: http://code.google.com/apis/maps/terms.html If the copyright control is showing when and where it shouldn't, please post a link so we can take a look. Enoch -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: Problems with Street View

2012-02-07 Thread Enoch Lau (Google Employee)
Feel free to file a feature request that zooming out takes you out of street view: http://code.google.com/p/gmaps-api-issues/issues/list Enoch -- 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

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-07 Thread Enoch Lau (Google Employee)
Great to see that you've gotten your map to work. Enoch -- 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/-/mKq4MeWLAGQJ. To post to

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-07 Thread Enoch Lau (Google Employee)
I think this behavior has been around for a while; I'm not sure why you're just seeing it now. What is an overlay 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.goo

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-07 Thread Enoch Lau (Google Employee)
If the old tiles hang around for a few seconds, what problem does that cause if the tiles are opaque? The user can't see them. Enoch -- 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 htt

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-06 Thread Enoch Lau (Google Employee)
Hi NoRyb I just have a few questions about the problem that you're having: - Maybe I missed it in the twists and turns of this thread, but would you be able to post a link to a demo that shows *your custom map type* that's running slow for you? And which browser / OS? - In the mapt

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-06 Thread Enoch Lau (Google Employee)
Thanks, that's a good example - we'll take a look at it. Enoch -- 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/-/DOxshBzZy5kJ. To p

[Google Maps API v3] Re: Why are my KML markers not loading?

2012-02-01 Thread Enoch Lau (Google Employee)
The API now returns a status on KmlLayers: http://code.google.com/apis/maps/documentation/javascript/reference.html#KmlLayerStatus Enoch -- 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

Re: [Google Maps API v3] Re: Circle Radius Stopped Last Night

2012-02-01 Thread Enoch Lau (Google Employee)
Your demo is really complicated. Are you able to reproduce the problem with a simpler demo page? Also, what do you mean by the "radius" is not drawing? Can you attach a screenshot please? Enoch -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: Circle Radius Stopped Last Night

2012-01-31 Thread Enoch Lau (Google Employee)
Can you create a simple demo that illustrates the issue you're having with editable circles (with v3.7) please? Enoch -- 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.goo

[Google Maps API v3] Re: Pan end does not change cursor style from draggingCursor back to draggableCursor style

2012-01-30 Thread Enoch Lau (Google Employee)
Can you share a demo? -- 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/-/2tc77ehnyW8J. To post to this group, send email to google-ma

[Google Maps API v3] Re: Ordering kmlLayer and overlay

2012-01-29 Thread Enoch Lau (Google Employee)
This should have been fixed. Rectangles and other polys should now always appear on top of KML layers. Are you not seeing this behavior? If so, please post a link to a demo. Enoch -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-25 Thread Enoch Lau (Google Employee)
Can you create a demo that illustrates this slowness please? Which browser / OS are you using? Enoch -- 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/goo

[Google Maps API v3] Re: Remove from the point already drawn polygon editing

2012-01-24 Thread Enoch Lau (Google Employee)
No, it's not currently possible. Consider starring this feature request: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3760 Enoch -- 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

[Google Maps API v3] Re: How to disable drawing tools

2012-01-24 Thread Enoch Lau (Google Employee)
http://code.google.com/apis/maps/documentation/javascript/reference.html#DrawingControlOptions You could set the drawing modes visible on the control to be an empty array; that way, the only control visible is the 'hand', that lets them pan the map. Enoch -- You received this message because

[Google Maps API v3] Re: Auto complete not working in Android Browsers

2012-01-22 Thread Enoch Lau (Google Employee)
It works for me. Which version of Android does your phone have? Note that Firefox on Android is not a supported browser. Enoch -- 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://g

[Google Maps API v3] Re: Change zoomMax of built-in Map Type

2012-01-19 Thread Enoch Lau (Google Employee)
This isn't possible currently. If you'd like the ability to create map types that intersperse your tiles with Google's tiles, consider filing a feature request here: http://code.google.com/p/gmaps-api-issues/issues/list . In the feature request, consider explaining your use case in some detail.

[Google Maps API v3] Re: offline documentation available?

2012-01-19 Thread Enoch Lau (Google Employee)
There isn't, but the documentation (excluding the examples) for the JavaScript API consists only of a handful of pages so it shouldn't take too long to just save all of them to your computer. Enoch -- You received this message because you are subscribed to the Google Groups "Google Maps JavaS

[Google Maps API v3] Re: How to delete a vertex on a polygon?

2012-01-18 Thread Enoch Lau (Google Employee)
This is not currently possible - consider filing a feature request: http://code.google.com/p/gmaps-api-issues/issues/list Enoch -- 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://

[Google Maps API v3] Re: Ordering kmlLayer and overlay

2012-01-18 Thread Enoch Lau (Google Employee)
We're taking a look - thanks. Enoch -- 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/-/Y8x7nDGKAwoJ. To post to this group, send ema

  1   2   3   >