2013-03-12 48 views
3

我即將創建一個使用Google Places Api的應用程序。Google Places API - 我可以存儲哪些數據?

只要我瞭解這些條款,就不允許在我的數據庫 中存儲位置數據,如名稱,緯度,經度或詳細信息。是對的嗎 ?

我發現它可以「緩存」數據而不是存儲它。

爲了顯示我網站上的「上次使用的地方」,我需要存儲一些東西(例如地方的參考ID)。

關於一個地方的哪些信息可以存儲在我的數據庫中?

在此先感謝!

回答

1

據我瞭解,你可以一切從API存儲:

(b) No Pre-Fetching, Caching, or Storage of Content. You must not pre-fetch, cache, or store any Content, except that you may store: (i) limited amounts of Content for the purpose of improving the performance of your Maps API Implementation if you do so temporarily (and in no event for more than 30 calendar days), securely, and in a manner that does not permit use of the Content outside of the Service; and (ii) any content identifier or key that the Maps APIs Documentation specifically permits you to store. For example, you must not use the Content to create an independent database of "places" or other local listings information.

但你不能存儲用戶數據,除非同意:

(i) Your Maps API Implementation must notify the user in advance of the type(s) of data that you intend to collect from the user or the user's device. Your Maps API Implementation must not obtain or cache any user's location in any manner except with the user's prior consent. Your Maps API Implementation must let the user revoke the user's consent at any time.

Refereced從google places terms(是的,它是相同的谷歌地圖)

看到這兩個鏈接: