updateNavigationState method
void
updateNavigationState(
Update SDK with the MapView navigation states. Do not use this method as it is intended for internal use by the map viewer module.
Implementation
void updateNavigationState(Map<String, dynamic> externalNavigation) {
methodChannel.invokeMethod(
'updateNavigationState',
externalNavigation,
);
}