Hi, I was trying to locate a address using longitude and latitude obtained using the javascript instance "navigator.geolocation". When the location was sent to static map api, it responded the correct location whereas the places sent from places api was different. Could you let me know where i m doing wrong?
https://maps.googleapis.com/maps/api/place/search/json?location=x,y static map code: r image_url = "http://maps.google.com/maps/api/staticmap? sensor=false¢er=" + position.coords.latitude + "," + position.coords.longitude + "&zoom=14&size=300x400&markers=color:blue| label:S|" + position.coords.latitude + ',' + position.coords.longitude; Thanks! -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
