interface WayPointSettings {
    coords?: WaypointCoords;
    customIconIdx?: number;
    i18n: {
        [key: string]: {
            title: string;
        };
    };
}

Properties

customIconIdx?: number

A predefined custom icon idx

i18n: {
    [key: string]: {
        title: string;
    };
}

Type declaration

  • [key: string]: {
        title: string;
    }
    • title: string