[Google Maps API v3] Re: Maps V3 Polylines enableEditing / enableDrawing ??

2010-05-30 Thread Brad
Please put in a vote for this here - http://code.google.com/p/gmaps-api-issues/issues/detail?id=2432 On May 25, 7:38 am, rmurta wrote: > So I think I will need to use V2 :-( > > On May 25, 3:50 am, "ricco *" wrote: > > > > > Hello, > > > COmpanring the V2 and V3 API , it seems that these featur

[Google Maps API v3] Re: Looking for Drawing Tools for v3

2010-05-30 Thread Brad
Or you could vote for the issue by starring it here - http://code.google.com/p/gmaps-api-issues/issues/detail?id=2432 On May 12, 5:46 am, Esa wrote: > I think Chaim means MyMaps style tools like > these:http://gmaps-samples.googlecode.com/svn/trunk/poly/mymapstoolbar.html > > However v3 Polyline

[Google Maps API v3] Re: Error Calling MarkerManager's addMarker Method ("this.getProjection() undefined")

2010-05-30 Thread William
On May 31, 7:32 am, bkjanes wrote: > > Is there something else that I'm missing? > yeah there is a race condition in your code, because the MarkerManager isn't ready immediately after construction. Internally the MarkerManager generates a 'ready' event to signify the projection() is available, a

Re: [Google Maps API v3] I want to hide floatShadow Pane & overlayShadow Pane

2010-05-30 Thread Marc Ridey
Currently, the panes are only accessible using OverlayView: http://code.google.com/apis/maps/documentation/javascript/reference.html#OverlayView On Mon, May 31, 2010 at 12:13 AM, Thet Wai wrote: > I would like

Re: [Google Maps API v3] Re: I want to hide floatShadow Pane & overlayShadow Pane

2010-05-30 Thread Marc Ridey
If you add this code, the markers in the map will not be shared with StreetView. var map = new google.maps.Map(document.getElementById('map'), mapOptions); map.setStreetView(new google.maps.StreetViewPanorama(document.getElementById('map'))); This creates a new panorama and places it in the same

[Google Maps API v3] Re: Encoded polylines -- what's the new [best] alternative?

2010-05-30 Thread SpoilsportMotors
I'd had browser support issues at one point; I suspect that was probably IE 6, which we're all mercifully ignoring at this point. So... I'm off to send raw points - gzipped - to the v3 API and measure the difference from that what we're getting on v2 with encoded polygons. I'll reply back wheneve

[Google Maps API v3] Re: I want to hide floatShadow Pane & overlayShadow Pane

2010-05-30 Thread dbrb2
I would find this very useful... I have a map with many markers, and don't want them all to appear when I go into streetview - but at the moment my only option is to loop through each and do setMap(null) to disable, or setMap(map) to reneabale - which is slow (especially in IE). It would be much ni

[Google Maps API v3] Re: Error Calling MarkerManager's addMarker Method ("this.getProjection() undefined")

2010-05-30 Thread bkjanes
After downloading the current version of the "markermanager.js" script file that Miguel recommended, and changing my web page to point to the local copy, I get a different error. This time it's pointing to line 73 of the "markermanager.js" script file, which is a "get_zoom()" method of the map obje

Re: [Google Maps API v3] Multiple Tabs Info Window in API V3

2010-05-30 Thread Ronny Aerts
Yes, if you build it yourself. Looks for example in http://www.grasoft.be/mtb/tracks/ShowGPX.htm?gpx=20100523.gpx and click on the polyline or on a marker. vriendelijke groeten, Ronny Aerts 2010/5/30 Thet Wai > Is there anyway to show Multiple Tabs Info Window popup in API V3? Am > I missing

Re: [Google Maps API v3] Re: Using Styled Maps with TERRAIN map type?

2010-05-30 Thread Mike Swope
I've thought about this a little, but havent looked into it. One idea, that I'm going to investigate, is to load the terrain layer, and the styled layer on top if you just want to style roads on top of the terrain layer, and make all the polygons (areas) 100% transparent, and just style the lines h

[Google Maps API v3] I want to hide floatShadow Pane & overlayShadow Pane

2010-05-30 Thread Thet Wai
I would like to hide floatShadow Pane & overlayShadow Pane in Google Map API V3. In V2, I used the following codes to hide them. map.getPane(G_MAP_FLOAT_SHADOW_PANE).style.display = "none"; map.getPane(G_MAP_MARKER_SHADOW_PANE).style.display = "none"; But in V3, I have no idea about hiding some

[Google Maps API v3] Re: How to push coordinates to an embedded map for live positioning

2010-05-30 Thread Rafi Guroian
This is exactly where I need to start. Thanks so much, Esa. On May 30, 3:42 am, Esa wrote: > http://googlemobile.blogspot.com/2010/05/do-more-with-google-latitude... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to t

[Google Maps API v3] Multiple Tabs Info Window in API V3

2010-05-30 Thread Thet Wai
Is there anyway to show Multiple Tabs Info Window popup in API V3? Am I missing that function or is it not included in API v3? In V2, I used GInfoWindowTab. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to t

[Google Maps API v3] Re: Using Styled Maps with TERRAIN map type?

2010-05-30 Thread Sai Perchard
I'm encountering the same problem. Any advice would be greatly appreciated! On May 30, 3:52 pm, mp- wrote: > I just discovered the new v3 Styled Maps functionality. > > http://googlegeodevelopers.blogspot.com/2010/05/add-touch-of-style-to... > > However, I'm confused. Can I only style the default

[Google Maps API v3] Is there any way of apply CSS border-radius property to streetview divs?

2010-05-30 Thread Miguel.camba
The question is just this. I have just embedded a street view panorama in a custom infobox. My infobox has round borders so i want to get the inner streetview DIV look on the same way, in order to respect the global design. I apply CSS properties to the div, but it just ignore me. Tested on chrome

[Google Maps API v3] Re: Markers and MouseEvent

2010-05-30 Thread Rossko
> Just the opposite. Marker is the only overlay that does not return > MouseEvent. According to documentation and in real life. aha, I completely misunderstood -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gro

[Google Maps API v3] Re: How to push coordinates to an embedded map for live positioning

2010-05-30 Thread Esa
http://googlemobile.blogspot.com/2010/05/do-more-with-google-latitude-and-your.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+OfficialGoogleMobileBlog+%28Official+Google+Mobile+Blog%29 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaSc

[Google Maps API v3] Re: How to push coordinates to an embedded map for live positioning

2010-05-30 Thread Esa
Google just released an API for Latitude. Haven't tried it yet but I think that provides an ultimate solution to your project. -- 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-a

[Google Maps API v3] Re: What's the syntax for Map Feed functions?

2010-05-30 Thread Esa
Using a http web service needs some server side scripting. At least a proxy. -- 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...@googlegroups.com. To unsubscribe from this g

[Google Maps API v3] Re: Do you need a token if you have a key?

2010-05-30 Thread Esa
Hope that I don't gain your confusion but the feeds from My Maps are accessed by a separate Google Maps Data API: http://code.google.com/apis/maps/documentation/mapsdata/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post t

[Google Maps API v3] Re: Markers and MouseEvent

2010-05-30 Thread Esa
> it doesn't say that ONLY clicking Markers returns > MouseEvent. Just the opposite. Marker is the only overlay that does not return MouseEvent. According to documentation and in real life. MouseEvent object is returned by mouse events of: - Polyline - Polygon - Circle - Rectangle but not by Ma

[Google Maps API v3] What's the syntax for Map Feed functions?

2010-05-30 Thread ron1776
The HTTP Protocol Reference lists several ways to interact with your My Maps, like the following. I don't understand how to implement them in code. Can anyone enlighten me? Thanks! - Ron * query GET http://maps.google.com/maps/feeds/maps/userID/full/mapID * insert POST http://maps.go

[Google Maps API v3] Do you need a token if you have a key?

2010-05-30 Thread ron1776
The documentation is copious, but I think that adds to my confusion. I'm not always sure what's deprecated and what's current. There also seems to be several methods to do the same thing. If you want to use the My Map feed, do you need a token or can you use the key? Either way, I can't figure o

[Google Maps API v3] Re: How to capture a json Web Service Request to a variable

2010-05-30 Thread ron1776
Oops! My last post on this thread was for a related but different problem. The following is how I ended up using PHP to read and parse the json array returned from a Geocode web service request. '', 'var2' => '' ) ); $opts = array('http' => array( 'method' => 'POST',

[Google Maps API v3] Re: How to capture a json Web Service Request to a variable

2010-05-30 Thread ron1776
I ended up using a PHP solution. Like a lot of PHP, it uses multiple files - two besides the file with the login form. MapFunctions.php is for invoking various map maintenance tools, including login and requesting a Google token. It calls GoogleLog1.php, which sets up the URL call Google require

[Google Maps API v3] Re: How to set/change default cursor

2010-05-30 Thread webbirder
Implemented like this: var latlng = new google.maps.LatLng(59.913820, 10.738741); var myOptions = { zoom: 5, center: latlng, draggableCursor: 'default', draggingCursor: 'pointer', mapTypeControl: true, mapTypeControlOptions:{style: google.maps.Map

[Google Maps API v3] Re: Markers disappear in your example

2010-05-30 Thread Barry Lynch
Sorry, this is with the markerclusterer examples. http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/advanced_example.html If you zoom in all the way on a marker and click + one time too many, the markers you are zooming-in on disappear, and you have to zoom ou

[Google Maps API v3] Re: Markers and MouseEvent

2010-05-30 Thread Esa
I agree. I remember that Marker used to return MouseEvent by 'click'. Now it returns a browser specific object. Also MouseEvent used to have a documented 'pixel' property as well. Now only Map is returning 'pixel' but that is undocumented. 'mouseover' and 'mouseout' return objects like 'click' do

[Google Maps API v3] Re: Getting location of streetview panorama in API v3

2010-05-30 Thread Matthew Landauer
That works an absolute treat! Thank you. For reference, here is the same link I gave earlier in the thread with the camera now automatically orienting towards the marker: http://www.planningalerts.org.au/applications/6549 Thanks again Marc! Matthew On May 29, 10:20 pm, Marc Ridey wrote: > try

[Google Maps API v3] How to push coordinates to an embedded map for live positioning

2010-05-30 Thread Rafi Guroian
Here's a challenge I'm having a heck of a time trying to figure out on my own, so I'm hoping some smarter folks in this group might have some ideas. I'm currently traveling around the US by train and am blogging as I go. I'm also hosting a live webcam. If you're curious, the blog is here: http://

[Google Maps API v3] Re: Markers and MouseEvent

2010-05-30 Thread Rossko
> According to the API documentation when you click a marker it will > return an Event. This seems strange to me, why not return a MouseEvent > object for all the markers mouse events? That way the API would work > the same way regardless of what type of overlay you click. I'm not sure what your c