GeometryManager constructor
GeometryManager(
- MapLibreMapController mapController, {
- dynamic onGeometryTap()?,
Implementation
GeometryManager(this.mapController, {this.onGeometryTap}) {
mapController.onFeatureTapped.add((point, latLng, id, layerId, annotation) {
_processTap(point, latLng, id);
});
}