| Interface | Description |
|---|---|
| ApiRequestWriter |
Handles writing data to an API request.
|
| ApiResponseReader<T> |
Handles the response from the API: Parses whatever comes through the input stream and returns
a result.
|
| Class | Description |
|---|---|
| OsmApiErrorFactory |
Static factory that creates the OsmApiExceptions from the HTTP response code and message
|
| OsmConnection |
Talks with the OpenStreetMap API 0.6,
acts as a basis for data access objects for openstreetmap data accessible through the API.
|