coordinate property

Point? coordinate

POI coordinate.

Implementation

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