coordinate property
The coordinate of the Point of Interest.
Implementation
Point? get coordinate {
return this.geometry["coordinates"] as Point?;
}
The coordinate of the Point of Interest.
Point? get coordinate {
return this.geometry["coordinates"] as Point?;
}