camera property

MLNMapCamera get camera

A camera representing the current viewpoint of the map.

Implementation

MLNMapCamera get camera {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_camera);
  return MLNMapCamera.castFromPointer(_ret, retain: true, release: true);
}
set camera (MLNMapCamera value)

A camera representing the current viewpoint of the map.

Implementation

set camera(MLNMapCamera value) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setCamera_, value.ref.pointer);

}