build method

Implementation

MPCameraPosition build() {
  return MPCameraPosition(zoom: _zoom, target: _target, tilt: _tilt, bearing: _bearing);
}