Type alias StreetStandInitOptions

StreetStandInitOptions: {
    code: string;
    detail: StreetStandDetail;
    name: string;
    position: LatLng;
    rotation: number;
    visible?: boolean;
    zoomRange?: ZoomRange;
}

Type declaration