What3Words v1.0.0 What3Words.Extractor

A pure module to extract words, coordinates, and languages from the w3w API response.

Summary

Types

extracted_type :: :coordinates | :words | :languages

Functions

extract(response, type, raw)

Specs

extract(%{}, extracted_type, boolean) ::
  {:ok, any} |
  {:error, any}