w3w-swift-core

main

what3words types definitions for swift libraries
what3words/w3w-swift-core

what3words w3w-swift-core

Overview

This library contains the core types used by many of the what3words Swift libraries, as well as some utility classes for things like networking, audio and localisation.

Notable Types

W3WSuggestion

This contains information about an address, usually returned by am autosuggest call.

W3WSquare

This contains information about a what3words square, including it's bounding box and centre coordinate.

W3WProtocolV4

This is a protocol defining an interface to a what3words geocoder engine or API. The Core SDK and the API wrapper both adhere to this protocol and all components and libraries use it to query information. This allows full interoperability between the SDK and API in the code base.

W3WVoiceProtocol

This protocol is used by all voice and audio components, libraries, and audio sources to allow interchanging between different voice recognition systems.

W3WRegex

This is a utility class that contain regexes useful to what3words applications.

Description

  • Swift Tools 5.6.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 18 2024 03:45:03 GMT-0900 (Hawaii-Aleutian Daylight Time)