KinMapController({ KinLatLng center = const KinLatLng(0, 0), double zoom = 2, }) : _center = center, _zoom = zoom;