CameraManagerImpl constructor

CameraManagerImpl(
  1. MapWindow _mapWindow,
  2. LocationManager _locationManager
)

Implementation

CameraManagerImpl(
  this._mapWindow,
  this._locationManager,
);