coords_from_words: Returns the coordinates for a given what3words address

View source: R/coords_from_words.R

coords_from_wordsR Documentation

Returns the coordinates for a given what3words address

Description

Returns the coordinates for a given what3words address

Usage

coords_from_words(words, full_details = FALSE)

Arguments

words

A what3words location

full_details

FALSE (default) to return only the coordinates. TRUE for full details.

Value

If full_details == FALSE (the default) a matrix of WGS84 coordinates. Otherwise a list of full details for each what3words location.

Examples


coords_from_words("hotdog.jumping.frog")


whatthreewords documentation built on Oct. 2, 2023, 5:09 p.m.