Type alias TCreateMarkerOptions

TCreateMarkerOptions: {
    anchor?: MARKER_ANCHOR;
    rank?: COLLISION_RANKING_TIERS | number;
}

Type declaration