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.
ipad ユーザーがいつ運転を開始/停止したか、または車両内で移動したかを知りたいです。CLLocationManager を使用して現在の場所を取得できます。どんなアイデアでも大歓迎です。ありがとう
最も簡単な方法は、使用することです
if (location.getSpeed() > speedThreshold) { status = DRIVING; }