StaticMarkerLayer constructor
const
StaticMarkerLayer({
- Key? key,
- required List<
StaticMarker> markers, - required VietmapController mapController,
- bool? ignorePointer,
The markers to be placed on the map. use StaticMarkerLayer inside a Stack, that contain VietmapGL and StaticMarkerLayer to work properly VietmapGL.trackCameraPosition must be set to true to work properly
Implementation
const StaticMarkerLayer(
{super.key,
required this.markers,
required this.mapController,
this.ignorePointer});