ALMapView constructor
const
ALMapView({})
Implementation
const ALMapView({
Key? key, required this.tileHeight, required this.tileWidth, required this.lat, required this.long, required this.markerColor,
}) : super(key: key);