[Google Maps API v3] Google Street View Update

2011-10-14 Thread jesar james
I believe, I'm currently using the old version of Google Street View since the features of it are still limited: http://dev.hotelsnearplace.com/singapore-flyer-41797.htm How can I turn it into the new, fully featured Google Street View? http://maps.google.com/maps?q=1.289487,103.862846&laye

[Google Maps API v3] Re: Left-side panel

2011-06-30 Thread jesar james
Ahh..okay. So what should I do to have a more accurate search result? And how can I have multiple results with one search? On Jul 1, 2:42 am, Rossko wrote: > > By the way, so if I get it right, the information placed/displayed on > > the left panel of Google Maps came from Google Places? > > I do

[Google Maps API v3] Re: Left-side panel

2011-06-30 Thread jesar james
Yup, that's what I've been doing while waiting for replies here on my post..thank you! By the way, so if I get it right, the information placed/displayed on the left panel of Google Maps came from Google Places? And is the documentation on Google Places (http://code.google.com/apis/ maps/documentat

[Google Maps API v3] Re: Left-side panel

2011-06-30 Thread jesar james
I've checked that earlier and I've found nothing related to multiple results in 1 google maps search. But thank you though. On Jun 30, 2:42 pm, veeresh hiremath wrote: > *gmap3*.net/examples.html > > > > > > > > On Thu, Jun 30, 2011 at 11:54 AM, jesar jam

[Google Maps API v3] Re: Left-side panel

2011-06-29 Thread jesar james
How can I get multiple results with one google maps search? I'd like to get, at least, the first 3 top results once I searched for a location like "69th Regiment Armory, New York, USA". -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" g

[Google Maps API v3] Left-side panel

2011-06-29 Thread jesar james
I'm having problems with the coordinates I'm getting from Google Maps Geocode. Is there a way to tap into Google's search result on the left panel of maps.google.com? http://www.flickr.com/photos/40211482@N07/5886975556/lightbox/ -- You received this message because you are subscribed to the Goo

[Google Maps API v3] Re: Can anyone teach me how to use "types[]" and "address_components[]"?

2011-06-02 Thread jesar james
(nearly) working version.  You > are more likely to get useful help that way. > > - Jeff > > On Jun 1, 11:09 pm, jesar james wrote: > > > > > > > > > Can anyone teach me how to use "types[]" and "address_components[]"? >

[Google Maps API v3] Can anyone teach me how to use "types[]" and "address_components[]"?

2011-06-01 Thread jesar james
Can anyone teach me how to use "types[]" and "address_components[]"? Because I'm having a hard time retrieving address information with my code. // Display Street Address document.getElementById('txtStreet').value = results[0].address_components[1].long_name+" "+results[0].address_components[2].lo

[Google Maps API v3] Data Retrieval

2011-05-29 Thread jesar james
How do I get/retrieve information such as the Country and City (or even the Street) in Google Maps? Are there functions in Google Maps API that give out such information? How do I use them? Help, I'm a noob in this kind of app development. Thanks!! =) -- You received this message because you are

[Google Maps API v3] Re: Marker V3 and Draggable Marker V3 did not appear on my browser.

2011-05-21 Thread jesar james
I've edited my code and put the "map" outside the function "initialize", but still nothing happened. On May 19, 5:18 pm, Rossko wrote: > All you functions are defined in local scope inside initialize, your > 'map' is also in local variable scope.  Thats probably going to cause > you problems when

[Google Maps API v3] Re: Marker V3 and Draggable Marker V3 did not appear on my browser.

2011-05-19 Thread jesar james
an you take a screenshot, please? > > Can you see the marker in the page you linked? If so, could you please link > to your own test/demo pages that you're having troubles with. > > > > > > > > > > On Thu, May 19, 2011 at 1:21 PM, jesar james wrote: > >

[Google Maps API v3] Marker V3 and Draggable Marker V3 did not appear on my browser.

2011-05-18 Thread jesar james
Hello, I'm a noob in using/developing Google Maps JavaScript API v3. I'm having a problem with my test/demo pages when it comes to the Marker V3 and Draggable Marker V3. They didn't appear on any of my test/demo pages. I even tried copying the codes from http://code.google.com/apis/ajax/playground