Type alias TBlueDotStateChange

TBlueDotStateChange: {
    markerVisibility?: E_BLUEDOT_MARKER_STATE;
    message?: GeolocationPositionError | string;
    name: E_BLUEDOT_STATE;
    reason?: E_BLUEDOT_STATE_REASON;
}

Type declaration

  • Optional markerVisibility?: E_BLUEDOT_MARKER_STATE

    Visiblity state of the Blue Dot marker

  • Optional message?: GeolocationPositionError | string

    Additional message to complement the reason

  • name: E_BLUEDOT_STATE

    What we currently know about the user's position, and how confident we are.

  • Optional reason?: E_BLUEDOT_STATE_REASON

    Reason why Blue Dot may be in the current state