On this page

Interface PositionOptions

interface PositionOptions {
    enableHighAccuracy?: boolean;
    maximumAge?: number;
    timeout?: number;
}
Index

Properties

enableHighAccuracy?: boolean
maximumAge?: number
timeout?: number
Was this helpful?
SDK JS
Reference
PositionOptions