FeatureLayerOptions constructor
FeatureLayerOptions(
- String url,
- String geometryType, {
- Size size = const Size(30, 30),
- Size computeSize(
- List<
Marker>
- List<
- Alignment? alignment,
- int maxClusterRadius = 80,
- AnimationsOptions animationsOptions = const AnimationsOptions(),
- FitBoundsOptions fitBoundsOptions = const FitBoundsOptions(padding: EdgeInsets.all(12.0)),
- bool zoomToBoundsOnClick = true,
- bool centerMarkerOnClick = true,
- int spiderfyCircleRadius = 40,
- int spiderfySpiralDistanceMultiplier = 1,
- int circleSpiralSwitchover = 9,
- List<
Point< spiderfyShapePositions()?,num> > - void onTap(
- dynamic attributes,
- LatLng location
- dynamic render(
- dynamic attributes
Implementation
FeatureLayerOptions(
this.url,
this.geometryType,{
this.size = const Size(30, 30),
this.computeSize,
this.alignment,
this.maxClusterRadius = 80,
this.animationsOptions = const AnimationsOptions(),
this.fitBoundsOptions =
const FitBoundsOptions(padding: EdgeInsets.all(12.0)),
this.zoomToBoundsOnClick = true,
this.centerMarkerOnClick = true,
this.spiderfyCircleRadius = 40,
this.spiderfySpiralDistanceMultiplier = 1,
this.circleSpiralSwitchover = 9,
this.spiderfyShapePositions,
this.onTap,
this.render,
});