Future<void> setMapId(String mapId) async { return await _callJavascriptAPI<String>("setMapId", "$mapId, true"); }