mapProjection method
Returns the new map projection instance initialized with the map view, i.e. with the current camera state.
Implementation
MLNMapProjection mapProjection() {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_mapProjection);
return MLNMapProjection.castFromPointer(_ret, retain: true, release: true);
}