Android - 地图 API - 检查当前地址位置类型

Android - Maps API - Check the current address location type

我想知道是否可以根据地址获取当前位置类型。实现是使用 GPS 我将能够获取当前位置的地址(类似于在地图上放置图钉并获取地址)。

我想知道的是,是否可以根据地址获取位置的类型,例如电影院、医院、餐厅、购物中心等

有人试过实现这个吗?

是的。你可以使用Geocoding API to get the place_id. This is a unique identifer that can be used with other Google APIs, like the Places API。这提供了更多信息(名称、评级等)。