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.
2つの方法でrequestLocationUpdatesをサブスクライブできます
いつ一方にアドバイスされ、いつ他方にアドバイスされますか?
場所の更新が必要なコンポーネントが、コンポーネントが近くにある場合(たとえば、アクティビティ)にのみ更新が必要な場合は、このLocationListenerアプローチを使用します。
LocationListener
位置情報の更新が特に必要なコンポーネントが存在しない場合、たとえば、IntentService私はを使用しPendingIntentます。LocationListenerこの場合、ロケーションをリッスンするメモリがないため、を使用することはできません。
IntentService
PendingIntent