[Google Maps API v2] Re: Advanced example for Google Map API store locator?

2011-04-12 Thread RW
Thanks for pointing that out, I did checkout the sample which looks almost exactly what I'd like to do. My question wasn't phrased very clearly. The tutorial is so clear and well documented, the advanced example of the Ace Hardware store locator is their live site. I was hoping for something that h

[Google Maps API v2] Re: Advanced example for Google Map API store locator?

2011-04-12 Thread Rossko
> I'm anxious to develop a store locator for my site, based on the > tutorial > herehttp://code.google.com/apis/maps/articles/phpsqlsearch.html#wheretogo > . But I need the advanced search parameters or tags. Does anyone know > where I can go to learn about this or see real examples? I learn best

Re: [Google Maps API v2] Re: why it only works the first time getElevationAlongPath

2011-04-12 Thread Andrew Leach
On 12 April 2011 22:49, mariovi wrote: > Hi Barry, I can not find the thread in the v3 group, what is the date > posted? http://groups.google.com/group/google-maps-js-api-v3/search?hl=en&group=google-maps-js-api-v3&q=author%3Amariovi -- You received this message because you are subscribed to th

Re: [Google Maps API v2] Re: why it only works the first time getElevationAlongPath

2011-04-12 Thread Barry Hunter
Use the search http://groups.google.com/group/google-maps-js-api-v3/search?&q=mariovi+&qt_g=Search+this+group On 12 April 2011 22:49, mariovi wrote: > Hi Barry, I can not find the thread in the v3 group, what is the date > posted? > thanks > mariovi > > On 12 abr, 16:34, Barry Hunter wrote: >>

[Google Maps API v2] Re: why it only works the first time getElevationAlongPath

2011-04-12 Thread mariovi
Hi Barry, I can not find the thread in the v3 group, what is the date posted? thanks mariovi On 12 abr, 16:34, Barry Hunter wrote: > You already have a thread about this in the v3 group. > > No need for lots of repeat threads. -- You received this message because you are subscribed to the Googl

Re: [Google Maps API v2] why it only works the first time getElevationAlongPath

2011-04-12 Thread Barry Hunter
You already have a thread about this in the v3 group. No need for lots of repeat threads. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to google-maps-api@googlegroups.com. To unsubscribe from this grou

[Google Maps API v2] Re: Getduration

2011-04-12 Thread Rossko
> I am at a loss. Please help If you want to do something with the data returned from an asynchronous function, you need to do it within the callback. In your case, instead of putting the value in an HTML element, use it to create (or update) a marker. You can't return anything from an asynchrono

[Google Maps API v2] why it only works the first time getElevationAlongPath

2011-04-12 Thread mariovi
My code is (asking elevations): esperaj = 0; var whitney = new google.maps.LatLng(36.578581, -118.291994); var lonepine = new google.maps.LatLng(36.606111, -118.062778); var pathh = [ whitney, lonepine]; var pathRequest = { 'path': pathh, 'samples': 256 } elevator.getElevationAlong

[Google Maps API v2] Getduration

2011-04-12 Thread Will
I am trying to get the value of a getduration function into a marker This is the function: function getETA(from, toloc) { if (GBrowserIsCompatible()) { var wp = new Array (); wp[0] = from; wp[1] = toloc; directions = new GDirections(); directions.load

[Google Maps API v2] Re: StreetView - Satellite - Rotate

2011-04-12 Thread Andrew Leach
On Apr 12, 6:43 pm, Gil wrote: > I can rotate the StreetView, but > not the Satellite View. Any suggestions? Use Google Earth! A browser's functionality is far more limited than a native application. -- You received this message because you are subscribed to the Google Groups "Google Maps API

[Google Maps API v2] Advanced example for Google Map API store locator?

2011-04-12 Thread RW
I'm anxious to develop a store locator for my site, based on the tutorial here http://code.google.com/apis/maps/articles/phpsqlsearch.html#wheretogo . But I need the advanced search parameters or tags. Does anyone know where I can go to learn about this or see real examples? I learn best from real

[Google Maps API v2] how to make getElevationAlongPath synchronous

2011-04-12 Thread mariovi
Is there any way? I am using: elevationService2.getElevationAlongPath({ path: latlngs, samples: SAMPLES }, plotElevation_especial); while (esperaj==0); but it is very inefficient thaks a lot mariovi -- You received this message because you are subscribed to the Googl

[Google Maps API v2] strange behavior of getElevationAlongPath

2011-04-12 Thread mariovi
In the mapclick event handler I get the elevation point, with something like: elevator.getElevationForLocations(positionalRequest, function(resultsz, status) this is working ok. When I click the map I get the elevation in that point :) Somewhere else, I have a button that calculates volume

[Google Maps API v2] StreetView - Satellite - Rotate

2011-04-12 Thread Gil
A StreetView I use is at www.tiltonrealty.com/StreetView-Large.html. I can't find any code to add the N E S W icon to rotate the satellite view like the Google Earth map does. I can rotate the StreetView, but not the Satellite View. Any suggestions? -- You received this message because you are s

[Google Maps API v2] Re: Draggable component does not work when placed inside an infowindow?

2011-04-12 Thread Andrew Leach
On Apr 11, 11:12 pm, Tuscan wrote: > Summary of the problem: > I am trying to build a 'before and after' image revealer using the > Jquery draggable extension, similar to > thishttp://www.stuff.co.nz/national/christchurch-earthquake/4705106/Photo... > but a smaller version that will fit nicely in

[Google Maps API v2] Re: Regarding map zooming

2011-04-12 Thread Andrew Leach
On Apr 12, 8:45 am, Syed Zubair wrote: > once we click on > sidebar entry map should zoom and focus to that particular location, kindly > help on this. How? All we can say is whatever code you have written to run on click, *also* needs to centre and zoom the map; and presumably you knew that alr

Re: [Google Maps API v2] Re: Regarding map zooming

2011-04-12 Thread Syed Zubair
Hi Larry, I just saw the clickable sidebar here when we click on sidebar entry the info window is focused on that particular location, but once we click on sidebar entry map should zoom and focus to that particular location, kindly help on this. On Mon, Apr 11, 2011 at 6:32 PM, geocode...@gmail.c

Re: [Google Maps API v2] Google Map API使用時の地図情報取得について

2011-04-12 Thread Tomoya Deguchi
クライアントから直接Webです。お願いいたします。 On 2011/04/11, at 11:00, Flare6667 wrote: > Google MAP APIをアプリケーションに組込み、使用している。 > クライアントからアプリを参照し、地図を表示する場合の地図情報の取得ルートとしては下記のうちどちらになるのでしょうか? >  ・クライアントから直接WEBへアクセスし取得する。 >  ・アプリケーションが組み込まれているサーバ側で取得し、クライアントへレスポンスを返す。 > > -- > You received this message because you are