W3WProjection constructor
- String threeWords
Creates a W3WProjection from a three-words token.
Parameters
threeWords: (String) The three-words token identifying the location.
Implementation
factory W3WProjection(String threeWords) {
return W3WProjection._create(threeWords);
}