简体   繁体   English

如何在Java应用程序中收集Google Map信息?

[英]How to collect google map informations in java application?

I want to get the "Churches" nearby someplace, for example "Singapore". 我想在某个地方附近找到“教堂”,例如“新加坡”。

Very similar with Google map: Search nearby----first use Google map to search one place, then click it and choose "Search nearby" , after that it display the related info's, images, locations. 与Google地图非常相似:在附近搜索-首先使用Google地图搜索一个地方,然后单击它并选择"Search nearby" ,然后显示相关的信息,图像,位置。

I want to collect these information based Google map, insert them to my defined database. 我想收集这些基于Google地图的信息,并将它们插入到我定义的数据库中。 But I have no idea on how implementation it and what I need resort to? 但是我不知道如何实施以及我需要采取什么措施?

There's a developer's guide for Maps Java API . Maps Java API的开发人员指南。 It will describe you how to use the maps using Java. 它将描述您如何使用Java使用地图。 For searching the stuff you need on the map, you'll probably need this guide too. 为了在地图上搜索您需要的东西,您可能还需要本指南

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM