selectLocationById method

  1. @override
Future<void> selectLocationById(
  1. String id,
  2. MPSelectionBehavior behavior
)
override

Implementation

@override
Future<void> selectLocationById(String id, MPSelectionBehavior behavior) {
  return mapControlMethodChannel.invokeMethod("MPC_selectLocationById",
      {"id": id, "behavior": behavior._jsonEncode()});
}