locationStatus property

LocationStatus? locationStatus
final

Used to tell whether the location field has been set. Note that the Internet and simulated readers will always have an null locationStatus.

The location is not known. location will be nil.

A reader will have a location status to null when a Bluetooth reader’s full location information failed to fetch properly during discovery.

(Bluetooth and Apple Built-In readers only.)

Implementation

final LocationStatus? locationStatus;