interface EditorUrlParamsInterface {
    bigJunctions?: UrlParameterValue;
    editSuggestions?: UrlParameterValue;
    env?: RegionCode;
    featureFlagsOff?: FeatureFlagsType;
    featureFlagsOn?: FeatureFlagsType;
    issueFilterId?: string;
    lat?: string;
    lon?: string;
    majorTrafficEvents?: UrlParameterValue;
    mapComments?: UrlParameterValue;
    mapProblem?: UrlParameterValue;
    mapUpdateRequest?: UrlParameterValue;
    marker?: boolean;
    nodes?: UrlParameterValue;
    onlineEditors?: UrlParameterValue;
    permanentHazards?: UrlParameterValue;
    s?: string;
    segments?: UrlParameterValue;
    segmentSuggestions?: UrlParameterValue;
    snapshot?: boolean;
    tab?: TabName;
    venues?: UrlParameterValue;
    venueUpdateRequest?: UrlParameterValue;
    zoom?: ZoomLevelAsString;
    zoomLevel?: ZoomLevelAsString;
}

Hierarchy (View Summary)

Properties

bigJunctions?: UrlParameterValue
editSuggestions?: UrlParameterValue
featureFlagsOff?: FeatureFlagsType
featureFlagsOn?: FeatureFlagsType
issueFilterId?: string
lat?: string
lon?: string
majorTrafficEvents?: UrlParameterValue
mapComments?: UrlParameterValue
mapProblem?: UrlParameterValue
mapUpdateRequest?: UrlParameterValue
marker?: boolean
onlineEditors?: UrlParameterValue
permanentHazards?: UrlParameterValue
s?: string
segmentSuggestions?: UrlParameterValue
snapshot?: boolean
tab?: TabName
venueUpdateRequest?: UrlParameterValue
zoomLevel?: ZoomLevelAsString