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. > > How can I do that ? > > Thanks > > Champ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
