> > Hi Andrew, > > Sorry..there was a mistake inmy earlier email
> Our requirement is > provide a search string and get all points of interests (POI) and its geo > codes near to that... > > I tried using > > > http://maps.google.com/maps/geo?q=heathrow&output=xml&oe=utf8&sensor=true&key=ABQIAAAAdEZEwe7M6NuDxo0JBS7R7BRbTeImRy1wtbUuIBxMnVOfGGqifhQSiycxkrcubbSUs6y3wLtjsiM4Iw&gl=uk<http://ditu.google.cn/maps/geo?q=Heathrow&output=xml&oe=utf8&sensor=true&key=ABQIAAAAdEZEwe7M6NuDxo0JBS7R7BRbTeImRy1wtbUuIBxMnVOfGGqifhQSiycxkrcubbSUs6y3wLtjsiM4Iw&gl=UK> > > This will not give any POIs back > > Also when we get POIs, it will ge great if we get them in specified domain > language also.. > > Last fields gl=cn if this gives address back in Chinese, then better... > > But the above XML interface is not providing all POIs as expected and it > not giving address in domain lagauage also..... > > when i looked on to this interface > > http://code.google.com/apis/maps/documentation/examples/control-googlebar.html > > We are able to see many POIs when providing heathrow and it is working as > expected ..but not sure how to get the POIs with geo code for us to us in > our application... > > Can you please help me on this..? > > Many thanks > jenson > > > > On Thu, Oct 22, 2009 at 1:47 PM, Andrew Leach < > [email protected]> wrote: > >> >> On Oct 22, 1:08 pm, Jenson <[email protected]> wrote: >> > Hi, >> > >> > The requirement is to send the location name and extrat the nearest >> > places along with longitude and latitude based on the Domain >> > selected.. >> > >> > Domains can be >> > >> > Google.COM, Google.CO.Uk <http://google.co.uk/>, Google.Cn etc etc >> > >> > When ever user select any domain, we need to execute a script >> > <script type="text/javascript" src="http://www.google.com/jsapi? >> > key=ABCDEFG"></script> >> > >> > in the above script "google.com" will be changed accordingly..... >> >> Why? The API doesn't come from a different place if you do that. >> >> > when do do this the page is gettling loaded again...Is there any other >> > options..? >> > Can we dynamically change domain when sending a text for geocoding..? >> >> What are you actually attempting to do? Are you trying to bias the >> geocoding results? That is, if someone chooses "UK" and searches for >> "Lincoln" you get Lincoln in the UK; but if they've chosen "US" then >> it finds Lincoln in Nebraska? If that is the desired result, have a >> look at setBaseCountryCode(). >> >> Andrew >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
