3

GooglePlacesApiを使用するアプリケーションを作成しようとしています。

用語を理解している限り、名前、緯度、経度、詳細情報などの場所データをデータベースに保存することは許可されていません。そうですか?

データを保存する代わりに「キャッシュ」することが許可されていることがわかりました。

私のウェブサイトに「最後に使用した場所」を表示するには、何かを保存する必要があります(たとえば、場所の参照ID)。

データベースに保存できる場所に関する情報はどれですか?

前もって感謝します!

4

3 に答える 3

-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.

から参照されます(はい、グーグルマップと同じです)

次の2つのリンクを参照してください。

于 2013-03-12T20:24:15.800 に答える