This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 355
3.07. Google Play Services
KeithYokoma edited this page May 27, 2013
·
9 revisions
この章では、Google Play が提供する各種 API 群である Google Play Services について解説します。
- [Location API](#Location API)
- [Fused Location Provider](#Fused Location Provider)
- [Geofencing API](#Geofencing API)
- [Activity Recognition](#Activity Recognition)
- [Games API](#Games API)
- [Cloud Save](#Cloud Save)
- Achievement
- LeaderBoard
- [Google Plus API](#Google Plus API)
- [In-App Billing API](#In-App Billing API)
Google Play が提供する、位置情報の API 群です。
新しい位置情報 API で、携帯回線、WiFi、GPSによる正確な測位と、消費電力の削減を実現しつつ、シンプルな API を提供しています。
開発者は、測位システムの詳細を知る必要はなく、API で提供されているインタフェースに沿ってプログラムを書くことで、位置情報を得ることが出来るようになります。
新しい位置情報 API で、ユーザが特定の範囲の位置(ジオフェンス)に入ったり、そこから出たりしたことを知る為の API です。
ユーザの行動認識の為の API で、止まっている、歩いている、走っている、自転車に乗っている、自動車に乗っている、などといった行動認識が実現出来ます。
ゲーム用途に特化した API です。
ゲーム向けの様々な API が用意されていますが、純粋なゲームにかぎらず、ゲーミフィケーションアプリにも用いることができます。
Google+ との連携をするための API です。
アプリ内課金の為の API で、現在最新のバージョンは v3 です。
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.