appleMapsPolygon property

Polygon appleMapsPolygon

Implementation

appleMaps.Polygon get appleMapsPolygon => appleMaps.Polygon(
      polygonId: appleMaps.PolygonId(this.polygonId.value),
      consumeTapEvents: this.consumeTapEvents,
      fillColor: this.fillColor,
      onTap: this.onTap,
      points: LatLng.appleMapsLatLngsFromList(this.points),
      strokeColor: this.strokeColor,
      strokeWidth: this.strokeWidth,
      visible: this.visible,
    );