Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个地方搜索附近的位置,因此,目前我正在使用这个 API 获取附近的剧院列表
https://maps.googleapis.com/maps/api/place/nearbysearch/json?types=movie_theatre&location=12.987162,77.510551&radius=500&sensor=true&key= "my_api_key"。
所以,我想要的是从列表中选择剧院之后。我还需要显示电影时间。请建议我使用任何 api 来查找带有 JSON 格式名称的电影时间列表
谢谢阿南德