ShapesInfoRF constructor

ShapesInfoRF({
  1. List<MarkerRF>? markers,
  2. PolylineRF? polyline,
  3. List<IShapeRF>? Fences,
})

Implementation

ShapesInfoRF({this.markers, this.polyline, this.Fences});