On Oct 5, 1:25 pm, Kevin Soron <[email protected]> wrote: > > does it means that i must have to display all the nearer places on > Google map??
"Places API may only be used in conjunction with displaying results on a Google map." > Can i directly display places to the user as a list?? "Using Place data without displaying a map for which Place data was requested is prohibited." > Is there any violation of terms while displaying all the places as a > list? I think you have answered your own questions by quoting from the Terms. Depending on your mobile implementation, you may be able to use a Static Map, adding markers as appropriate. BUT Static Maps must be used within a browser, so your application must be a web application accessible via a browser in order to use Static Maps. -- 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.
