GeoIDInputMatchers
const GeoIDInputMatchers: object;
Record of GeoID input matchers, i.e. a pattern and parser for each grouping of GeoID components.
Type declaration
block_code
readonly block_code: GeoIDInputMatcher<[GeoIDPart, GeoIDPart, GeoIDPart, GeoIDPart]>;
block_group_code
readonly block_group_code: GeoIDInputMatcher<[GeoIDPart, GeoIDPart, GeoIDPart, GeoIDPart]>;
congressional_district_code
readonly congressional_district_code: GeoIDInputMatcher<[GeoIDPart, GeoIDPart]>;
county_code
readonly county_code: GeoIDInputMatcher<[GeoIDPart, GeoIDPart]>;
county_sub_division_code
readonly county_sub_division_code: GeoIDInputMatcher<[GeoIDPart, GeoIDPart, GeoIDPart]>;
place_code
readonly place_code: GeoIDInputMatcher<[GeoIDPart, GeoIDPart, GeoIDPart]>;
state_code
readonly state_code: GeoIDInputMatcher<[GeoIDPart]>;
tract_code
readonly tract_code: GeoIDInputMatcher<[GeoIDPart, GeoIDPart, GeoIDPart]>;
See
GeoIDComponentMatchers for the component-level matchers.