[Google Maps API v3]

2011-12-24 Thread waleed mohamed
-- 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-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For

[Google Maps API v3] Re: Interactive Map of Members

2011-12-24 Thread xelawho
> Next question, I have 500+ UK postcodes in an excel spreadsheet, how > can I convert these UK post codes in to longitude and latitudes a little googling never killed anybody: http://www.freemaptools.com/download-uk-postcode-lat-lng.htm with that many markers to place the best thing to do is to

[Google Maps API v3] Re: How do I determine if the user is viewing the regular map or street view

2011-12-24 Thread Southbayriders
Thank you Marcelo, your help is exactly what I needed and I got it working. Happy holidays to you. -- 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-v3@googlegroups.com. To

[Google Maps API v3] Re: How do I determine if the user is viewing the regular map or street view

2011-12-24 Thread Southbayriders
Hi Marcelo, Thank you so much for helping. Could you provide a simple example for me. For example if I try the following I get nothing. alert(StreetViewPanorama.getVisible()); How would I set up an alert that identifies if the viewer is looking at the street view or regular map view? -- You

[Google Maps API v3] Re: How do I determine if the user is viewing the regular map or street view

2011-12-24 Thread Marcelo
Listen for the event 'visible_changed' on the StreetViewPanorama object and check the status of StreetViewPanorama.getVisible() http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama -- Marcelo - http://maps.forum.nu -- On Dec 24, 12:13 pm, Southbayriders

[Google Maps API v3] How do I determine if the user is viewing the regular map or street view

2011-12-24 Thread Southbayriders
I would like to be able to determine if the viewer of my map is looking at the regular map or the street view so that I can display the correct coordinates. Currently if the user drags the little man and invokes the street view, it shows the street view coordinate as well as the map view coordinat