共用方式為


Geolocator.ReportInterval 屬性

定義

位置更新之間要求的最小時間間隔,以毫秒為單位。 如果您的應用程式不常需要更新,請設定此值,讓位置服務只在需要時計算位置,以節省電源。

public:
 property unsigned int ReportInterval { unsigned int get(); void set(unsigned int value); };
uint32_t ReportInterval();

void ReportInterval(uint32_t value);
public uint ReportInterval { get; set; }
var uInt32 = geolocator.reportInterval;
geolocator.reportInterval = uInt32;
Public Property ReportInterval As UInteger

屬性值

UInt32

unsigned int

uint32_t

位置更新之間要求的最小時間間隔。

Windows 需求

應用程式功能
location ID_CAP_LOCATION [Windows Phone]

備註

預設報告間隔是 1 秒或硬體可支援的最短頻率 – 以兩者中較短者為主。 如果您指定 MovementThreshold 或將 ReportInterval 設定為不同的值,則位置更新可以設定為不同的頻率。 如果您的應用程式同時設定 MovementThreshold 和 ReportInterval,則會根據 MovementThreshold更新位置。

如果另一個應用程式已要求較頻繁的更新,請為 ReportInterval 指定較小的值,您的應用程式可能會以高於要求的頻率接收更新。

適用於

另請參閱