MyLocationStyleOptions constructor
- bool enabled,
- {Color circleFillColor,
- Color circleStrokeColor,
- double circleStrokeWidth,
- BitmapDescriptor icon}
Implementation
MyLocationStyleOptions(
this.enabled, {
this.circleFillColor,
this.circleStrokeColor,
this.circleStrokeWidth,
this.icon,
});