Geocoder
| API | Description |
|---|---|
| GET Geocoder/AddressGeocode?address={address} |
Get address candidates for given address using CPS ESRI Locator Service. Example: 42 W Madison St |
| GET Geocoder/AddressSuggestions?address={address} |
Get address suggestions for given address using CPS ESRI Locator Service. Example: 42 W Madi |
LSC
| API | Description |
|---|---|
| GET LSC/GeoJSON?mapName={mapName}&year={year}&latitude={latitude}&longitude={longitude}&radius={radius} |
Get map markers or polygons by map name and school year. School year is expected to be end year. ex: 2019-2020 school year => 2020 |
CPS
| API | Description |
|---|---|
| GET CPS/MapsList |
Get all available CPS maps. |
| GET CPS/GeoJSON?mapName={mapName}&year={year}&latitude={latitude}&longitude={longitude}&radius={radius} |
Get map markers or polygons by map name and school year. School year is expected to be end year. ex: 2019-2020 school year => 2020 |
| GET CPS/SchoolBoundariesGeoJSON?year={year}&latitude={latitude}&longitude={longitude}&radius={radius} |
Get school boundaries map by school year. School year is expected to be end year. ex: 2019-2020 school year => 2020 |