interface MapViewUiAddOptions {
    index?: number;
    position?: string;
}

Properties

Properties

index?: number
position?: string