setMotionTrackingControlOptions method
Sets motion tracking control display position. Web only
Return Future while the change has been made on the platform side.
Implementation
Future<void> setMotionTrackingControlOptions(
int viewId, ControlPosition pos) {
return channel(viewId)!.invokeMethod(
"streetView#setMotionTrackingControlOptions", pos.toJson());
}