[Google Maps API v3] Re: Calculating distance based on Blocks rather than miles

2011-08-24 Thread Ian Nesbit
sounds like a good approach, thanks Rossko, But I have three questions: 1- How to store the polygon into database (probably given the shape points coordinates right?) 2- How can Google's API help me to identify every point coordinates? 3- How can Google API's help me to test current point with

[Google Maps API v3] Calculating distance based on Blocks rather than miles

2011-08-23 Thread Ian Nesbit
Hi, I'm building this delivery application where I need to calculate the distance between 2 different addresses and compare it to pre-defined number, i have it now running by Miles, so if the distance between both address are more than 2 radius miles (for example) it will be false, now my

[Google Maps API v3] Re: Calculating distance based on Blocks rather than miles

2011-08-23 Thread Ian Nesbit
thanks Kesuke for your reply, I have considered all of your options, let me tell you a bit about my project We provide a online way for restaurant to receive orders, most of orders are to be delivered, we have just started in New York City but gaining more clients in different states (Tri

[Google Maps API v3] Re: Trouble with MarkerClusterer and InfoWindow

2011-06-30 Thread Ian A
No worries, I fixed it. For anyone elses reference, you need to have a CreateMarker function or else it won't work. Referenced from: http://econym.org.uk/gmap/basic1.htm Potential Pitfalls, Item 3 -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Re: Google Maps API v3, Custom points not plotting— in Chrome Only

2011-03-16 Thread ian ward
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/7ceb8b6557653e83/18195a05f8f7e503?lnk=raot see this thread On Mar 10, 10:40 am, Brett berma...@gmail.com wrote: http://stage.clevelandstreetdistrict.com/map If you go to this site in Chrome (or Safari) I get a Uncaught

[Google Maps API v3] Google Maps v3 Directions error

2011-03-09 Thread Ian
Hi, I am having trouble trying to get the directions to display on my google map. The map is supposed to get the address from the hidden field in http://apexwebstudio.com/maps/googlemaps.php when you press the show button, then calculate the distance, time and directions then display them in the

[Google Maps API v3] Re: Google Maps v3 Directions error

2011-03-09 Thread Ian
google.maps.DirectionsRenderer(                 {                         suppressMarkers: true,                         suppressInfoWindows: true                 }); directionsDisplay.setPanel(document.getElementById(directions)); On Mar 9, 3:42 am, Ian holloway@gmail.com wrote: Hi, I

[Google Maps API v3] Quickest way to hide many polylines?

2010-12-03 Thread Ian S
On my site I'm rendering many polylines. Performance has been great. I'm trying to toggle the visibility of many of the polylines through a checkbox. I can loop through all my polylines and individually call setMap(null). But is there a way to have these lines appear on a custom layer and then I

[Google Maps API v3] getPanoramaByLocation documentation incorrect

2010-08-31 Thread Ian Grainger
The documentation for getPanoramaByLocation states: 'If the radius is less than 50 meters, the nearest panorama will be returned.' But if I supply radius 50 then I get no results for a location which I know has a street view 60 meters away. See example code here: http://jsbin.com/abiru4/12