[Google Maps API v3] Custom background maps

2011-08-28 Thread Vincent Hallberg
I'm looking for any examples of maps built with custom background images/tiles. Here are the only two references I'm currently aware of, I cant seem to find any others: http://econym.org.uk/gmap/custommap.htm (Using v2) http://code.google.com/intl/en/apis/maps/documentation/javascript/maptypes.htm

[Google Maps API v3] http://econym.org.uk/gmap/custommap.htm

2011-08-28 Thread Vincent Hallberg
I'm looking for any examples of maps built with custom background images/tiles. Here are the only two references I'm currently aware of, I cant seem to find any others: http://econym.org.uk/gmap/custommap.htm (Using v2) http://code.google.com/intl/en/apis/maps/documentation/javascript/maptypes.htm

[Google Maps API v3] infowindow outside of the map

2011-08-28 Thread Artz
hello, use google maps api v3,i have a question that is if i want to the infowindow outside of the map and display all not hidder part when infowindow width is large than the map container width ? how can i do? just like this site http://www.openrice.com/english/restaurant/sr2.htm?maptype=1&shopid

[Google Maps API v3] Multiple Route returned by DirectionResult object using the Directions API

2011-08-28 Thread Subodh Shah
Hi, I am a new be into this. What I am trying to do is show the various direction options returned by the DirectionResult object, using custom HTML. I want to show the various routes available between source and destination. Till now I get *at the most* 3 routes in the DirectionRoutes array wi

[Google Maps API v3] The map font obviously shrinking

2011-08-28 Thread JC
Hi, I am building a web and have no problem before, But recently I found the font on the map obviously shrinking. Testing on htc desire hd(android 2.33), iphone4(4.3) has same problem, iphone3gs(4.1) and ipad1g(4.32) quite normal. desire hd: http://dl.dropbox.com/u/14555204/gmapandroid.jpg iphon

Re: [Google Maps API v3] Re: Street View in separate window

2011-08-28 Thread Michel de Geofroy
I was looking for this also thanks... but in my case I would upload an image and then ounce image uploaded would resize and rotate using settings (50% size 33 degrees e.g.) On Sun, Aug 28, 2011 at 4:06 PM, Marc Ridey wrote: > Or in an InfoWindow: > http://blog.mridey.com/2010/11/maps-api-javasc

[Google Maps API v3] what is the spatial reference system Google map's

2011-08-28 Thread Leonardo Cardona
hello all, i am new user of Google maps and i have 2 question what is the spatial reference system Google map's and i can use other define for me thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, sen

[Google Maps API v3] Re: Creating a Project map with pin makers around the world for company projects

2011-08-28 Thread Bob Torzynski
Hi Michael, The map linked to here: http://gis.zgroks.com/rw2.html could be used for the purpose you describe. It allows anyone to add markers anywhere ~ and to delete markers as well. Markers can also be imported from a pre-existing database (i.e., you don't have to add them manually). It's based

[Google Maps API v3] Re: Showing change over time

2011-08-28 Thread xelawho
> Would such a scenario be possible with the API as it is today or will I need > to wait a few more versions before all the functionality is there? the slider may be tricky, but it's certainly possible in javascript. As a start, I'd suggest using radio buttons that match your time periods and addi

[Google Maps API v3] Re: Templated code for geocoding current location, destination and showing directions

2011-08-28 Thread xelawho
> I was wondering if anyone knew of an example where I could copy / paste > the code? not offhand. here's an example that uses directions from the user's location to a hardcoded destination: http://xelawho.com/map/crabhouse.htm with a little bit of copying and pasting, you could take this example

Re: [Google Maps API v3] Re: Street View in separate window

2011-08-28 Thread Marc Ridey
Or in an InfoWindow: http://blog.mridey.com/2010/11/maps-api-javascript-v3-multiple-markers.html On Sun, Aug 28, 2011 at 10:51 AM, geocode...@gmail.com wrote: > On Aug 27, 11:53 am, maplab wrote: > > Is there an EXAMPLE of opening Street View in a separate window. I > > would like to have the S

[Google Maps API v3] Re: onclick zoom level

2011-08-28 Thread Esa
On Aug 28, 12:44 pm, Martin™ wrote: > > I'm pretty sure that not all results contain a viewport bounds (but > could be wrong!) so you'd have to test for it's presence and if > present you can use that with the Map fitBounds() method to better pan > and zoom your map. geometry.viewport and geo

Re: [Google Maps API v3] Grey map when adding marker in Chrome beta

2011-08-28 Thread James McGill
Hi Adrian, Can you specify which version of Chrome you mean (click Spanner -> About Google Chrome) as well as which operating system? Regards, James On Sun, Aug 28, 2011 at 5:42 AM, Adrian CDL wrote: > http://gmaps-samples-v3.googlecode.com/svn/trunk/drivingdirections/directions-optimized.html

[Google Maps API v3] Re: onclick zoom level

2011-08-28 Thread Martin™
Look at this page: http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/v3-geocoder-tool.html Enter a place to search for and look at the result returned from Google. I'm pretty sure that not all results contain a viewport bounds (but could be wrong!) so you'd have to test for it's presence