what3words library
Classes
- APIError
- Represents an API error encapsulating the error code and message
-
APIResponse<
T> - Wrapper class for and API response. Can hold the successful result or the error details
- Autosuggest
- Encapsulates AutoSuggest suggestions
- AutosuggestInputType
- Sets the kind of input accepted by autosuggest
- AutosuggestOptions
- AutosuggestRequestBuilder
-
Builder for
autosuggest
API requests - AutosuggestWithCoordinates
- Encapsulates AutoSuggest suggestions with coordinates
- AvailableLanguagesRequestBuilder
-
Builder for
available-languages
API requests - ConvertTo3WARequestBuilder
-
Builder for
convert-to-3wa
API requests - ConvertToCoordinatesRequestBuilder
-
Builder for
convert-to-coordinates
API requests - Coordinates
- Encapsulate a specific point to be used in a request
- CoordinatesResponse
- A response coordinates
- GridSection
- A section of the what3words grid
- GridSectionRequestBuilder
-
Builder for
grid-section
API requests - IsValid3waResponse
- Language
- Encapsulates the list of supported what3words languages
- Languages
- A specific language supported by what3words
- Line
- A section of grid line defined by to points
- Locale
- Represents a specific locale within a language
- Location
- Encapsulates a what3words location
-
Response<
T> - Wrapper for a successful what3words response
- Square
- A what3words square
- Suggestion
- A suggestion from the autosuggest API
- SuggestionWithCoordinates
- A suggestion with coordinates from the autosuggest API
- What3WordsError
- Contains collections of possible what3words error codes
- What3WordsV3
- Instances of the What3WordsV3 class provide access to Version 3 of the what3words API.