java - Google Maps: input Lat and Long and receive images, information, name etc -


i'm making app in android studio user can enter in lat , long point , new activity open name of location, images , possibly paragraphs of information.

i'm not sure how approach this, , apis use; if point me right direction handy tips and/or code snippets appreciated !

thanks.

you can use google places api , google places api web service.

according the documentation google places api web service, can retrieve place details query

https://maps.googleapis.com/maps/api/place/details/output?parameters

and receive json or xml response place details.

you can access places photos (documentation) access photos stored in places , google+ databases.

take account nedd api key query these services may want check the pricing , plans options.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -