On Feb 27, 9:58 am, "[email protected]" <[email protected]> wrote: > On Feb 27, 11:20 pm, "[email protected]" <[email protected]> > wrote: > > On Feb 27, 7:58 am, "[email protected]" <[email protected]> wrote: > > > > Now I'm trying on this : > > > >http://code.google.com/apis/maps/articles/phpsqlsearch.html > > > > It get center location from geocoder (geocoder.getLatLng(address, > > > function(latlng). > > > > How can I define location on geocoder ?? > > > > ex. I want define "Lamsali Intersection" lat = 13.76240 lng = > > > 100.64549 on geocoder > > > If you have the coordinates (lat = 13.76240 lng = 100.64549), you > > don't need to use the geocoder. > > If I want to tell google that (lat = 13.76240 lng = 100.64549) is > "Lamsali Intersection" > > and use geocoder to get this value from google server. > > Could I do that ?
Not that I know of. Why would you want to go through google to get something you already know? You could investigate the Geocoder cache. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
