Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

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)
  • [Google Plus API](#Google Plus API)
  • [In-App Billing API](#In-App Billing API)

Location API

Google Play が提供する、位置情報の API 群です。

Fused Location Provider

新しい位置情報 API で、携帯回線、WiFi、GPSによる正確な測位と、消費電力の削減を実現しつつ、シンプルな API を提供しています。
開発者は、測位システムの詳細を知る必要はなく、API で提供されているインタフェースに沿ってプログラムを書くことで、位置情報を得ることが出来るようになります。

Geofencing API

新しい位置情報 API で、ユーザが特定の範囲の位置(ジオフェンス)に入ったり、そこから出たりしたことを知る為の API です。

Activity Recognition

ユーザの行動認識の為の API で、止まっている、歩いている、走っている、自転車に乗っている、自動車に乗っている、などといった行動認識が実現出来ます。

Games API

ゲーム用途に特化した API です。
ゲーム向けの様々な API が用意されていますが、純粋なゲームにかぎらず、ゲーミフィケーションアプリにも用いることができます。

Cloud Save

Achievement

LeaderBoard

Google Plus API

Google+ との連携をするための API です。

In-App Billing API

アプリ内課金の為の API で、現在最新のバージョンは v3 です。

GitHub Pagesへ移行しましたmixi-inc.github.ioへお願いします。

Clone this wiki locally