MapEventPoi<T> constructor

MapEventPoi<T>(
  1. int mapId,
  2. PointOfInterest pointOfInterest,
  3. T? value
)

Implementation

MapEventPoi(int mapId, this.pointOfInterest, T? value) : super(mapId, value);