appleMapsCircle property

Circle appleMapsCircle

Implementation

appleMaps.Circle get appleMapsCircle => appleMaps.Circle(
      circleId: appleMaps.CircleId(this.circleId.value),
      consumeTapEvents: this.consumeTapEvents,
      fillColor: this.fillColor,
      onTap: this.onTap,
      center: this.center.appleLatLng,
      radius: this.radius,
      strokeColor: this.strokeColor,
      strokeWidth: this.strokeWidth,
      visible: this.visible,
    );