W3WProjection class Projections

What3Words (W3W) projection representation.

Wraps a three-word address representation (What3Words) used to reference locations via string tokens.

ProjectionService.convert works with W3WProjection only if the W3WProjection object has a valid token that can be obtained from what3words.com.

Inheritance

Constructors

W3WProjection(String threeWords)
Creates a W3WProjection from a three-words token.
factory
W3WProjection.init(int id)

Properties

hashCode int
The hash code for this object.
no setterinherited
hasRegisteredAutoReleaseObject bool
getter/setter pairinherited
pointerId int
The pointer ID of the native object
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
The stored What3Words token.
getter/setter pair
type ProjectionType
The projection type for this instance.
no setterinherited
words String
The three-word address.
getter/setter pair

Methods

dispose() → void
Disposes the native object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited