dcfec6dbbd
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
220 B
220 B
sidebar_label |
---|
GeolocationOptions.accuracy |
GeolocationOptions.accuracy property
Optional non-negative accuracy value.
Signature:
interface GeolocationOptions {
accuracy?: number;
}