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