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