HybridForms API
    Preparing search index...

    Interface IHFLocation

    interface IHFLocation {
        accuracy?: number;
        accuracyFormatted?: string;
        latitude: number;
        longitude: number;
        positionSource?: string;
        timestamp?: Date;
        zoom?: number;
    }
    Index

    Properties

    accuracy?: number
    accuracyFormatted?: string
    latitude: number
    longitude: number
    positionSource?: string
    timestamp?: Date
    zoom?: number