Andrew. Thanks for your inputs. >From documentation i got that i can get other relevant information of places by calling places details service.
Suppose the case where i am getting 10 place results from search places service . Does that mean i will have to call place detail service 10 times to get more information of specific place??? If yes then does it acceptable from usage perspective of API?? Thanks, Kevin. On Oct 6, 1:51 pm, Andrew Leach <[email protected]> wrote: > On Oct 6, 7:37 am, Kevin Soron <[email protected]> wrote: > > > Can i initially show places results on list and after that on map?? > > Yes: you must show a map; whether you also show a list is up to you. > > > The other issue is that whenever we are searching the places then > > places results doesn't contain any information about latitude and > > longitude parameter so in this case how to display(plot) places on the > > the map without having information about place location coordinates? > > > Please suggest. > > Location is available. Each Places result contains a reference which > can be used to request details. The details results contain the > location.http://code.google.com/apis/maps/documentation/places/#PlaceDetails -- 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.
