GeoRelation constructor

GeoRelation(
  1. double distance,
  2. bool inside
)

Implementation

GeoRelation(this.distance, this.inside);