coordinate property

Point? get coordinate

The coordinate of the Point of Interest.

Implementation

Point? get coordinate {
  return this.geometry["coordinates"] as Point?;
}