GeoFunctions<U extends GeoformMarkerDatum> constructor

GeoFunctions<U extends GeoformMarkerDatum>(
  1. void funcToSelectMarker(
    1. U?
    ),
  2. void funcToMove(
    1. LatLng,
    2. double
    ),
  3. void funcToChangeManual(
    1. bool
    ),
  4. void funcToUpdateMarkers(
    1. List<U>
    ),
  5. void funcToUpdatePolygons(
    1. List<FastPolygon>
    ),
  6. void funcToUpdateCircles(
    1. List<CircleMarker>
    ),
)

Implementation

GeoFunctions(
  this.funcToSelectMarker,
  this.funcToMove,
  this.funcToChangeManual,
  this.funcToUpdateMarkers,
  this.funcToUpdatePolygons,
  this.funcToUpdateCircles,
);