W3WProjection constructor

W3WProjection(
  1. 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);
}