Type Alias TBlueDotOptions

TBlueDotOptions: {
    accuracyRing?: {
        color?: string;
        opacity?: number;
    };
    bearing?: {
        color?: string;
        opacity?: number;
    };
    color?: string;
    radius?: number;
}

Type declaration

  • OptionalaccuracyRing?: {
        color?: string;
        opacity?: number;
    }

    Options for the accuracy ring around the BlueDot.

    • Optionalcolor?: string

      The color of the accuracy ring.

    • Optionalopacity?: number

      The opacity of the accuracy ring.

  • Optionalbearing?: {
        color?: string;
        opacity?: number;
    }

    Options for the bearing directional indicator.

    • Optionalcolor?: string

      The color of the bearing cone.

    • Optionalopacity?: number

      The opacity of the bearing cone.

  • Optionalcolor?: string

    The color of the BlueDot core element.

  • Optionalradius?: number

    The radius of the BlueDot in pixels. The BlueDot will maintain this size clamped to a minimum of 0.35 metres.