Optional
accuracy?: GeolocationPosition["coords"]["accuracy"] | "device"Accuracy to override.
Set to 'device'
to reset to the device's accuracy.
Set to undefined
to disable the accuracy ring.
Optional
floor?: Floor | "device"Floor level to override.
Set to 'device'
to reset to the device's floor level.
Set to undefined
to disable floor level and show the BlueDot on all floors.
Optional
heading?: GeolocationPosition["coords"]["heading"] | "device"Heading to override.
Set to 'device'
to reset to the device's heading.
Set to undefined
to disable the heading indicator.
Optional
latitude?: GeolocationPosition["coords"]["latitude"] | "device"Latitude to override.
Set to 'device'
to reset to the device's latitude.
Optional
longitude?: GeolocationPosition["coords"]["longitude"] | "device"Longitude to override.
Set to 'device'
to reset to the device's longitude.
Position update options for the BlueDot.update method.