Location(現在地)コンテキスト

A location context specifies a circular geographical area in which it is active. It is formed by a centre point (latitude, longitude) plus a radius around that point.

https://tasker.joaoapps.com/userguide/en/loccontext.html

現在地コンテキストではその中にいる間コンテキストが成立する円形の地理的な領域を指定します。領域は中心点(緯度と経度)と半径によって指定されます。

Location Providers(位置情報プロバイダー)

A location provider is a method of supplying geographical coordinates. Tasker must use one or more location providers to be able to decide when a location context should become active or inactive.

https://tasker.joaoapps.com/userguide/en/loccontext.html

位置情報プロバイダーとは地理的な座標を提供する方法のことです。Taskerは現在地コンテキストの成立/不成立を判断するために一つ以上の位置情報プロバイダーを利用する必要が有ります。

GPS(GPSプロバイダー)

The most accurate provider available (around +-10m), but its performance degrades quickly indoors and it uses a relatively large amount of power.

To set the frequency of GPS fixes, see Menu / Preferences / Monitor. GPS Check Time determines the check frequency in seconds while the device is awake, Off Check Time while the device is asleep.

GPS will only be used for a particular context if it is specified in the location edit screen.

https://tasker.joaoapps.com/userguide/en/loccontext.html

最も精度の高いプロバイダー(誤差およそ10メートル)が利用可能ですが、屋内では精度が落ちるうえ、比較的多くの電力を消費します。

GPS補正の頻度はメニュー>Tasker基本設定>監視から設定することが出来ます。GPSのチェック(秒)の数値(秒数)は端末が稼働中の補正の実行間隔を表します。画面消灯中の監視セクションの全てのチェック(秒)の数値は端末がスリープ中の補正の実行間隔を表します。

GPSプロバイダーは現在地コンテキストのうち現在地の編集画面で指定された場合のみ使用されます。

Network(ネットワークプロバイダー)

This provider uses a combination of cell-towers and WiFi information (if wifi is enabled) to determine the device’s geographical location. It is less power-hungry than GPS, but also less accurate (sometimes +- several kilometres) and requires data network availability.

Network will only be used for a particular context if it is specified in the location edit screen. See also:

https://tasker.joaoapps.com/userguide/en/loccontext.html

このプロバイダーは無線基地局とWifiの情報(Wifi機能が有効な場合)から位置情報を特定します。これはGPSプロバイダーに比べて電力消費の少ない方法ですが、その精度はGPSに劣り(場合によっては誤差数キロメートル)、ネットワークに接続されている必要があります。

ネットワークプロバイダー現在地コンテキストのうち現在地の編集画面で指定された場合のみ使用されます。