Our application uses KML. Is there an equivalent Esri javascript api that is compatible with the Cesium flyTo call??
Example
// viewer.dataSources.add(Cesium.KmlDataSource.load(kmldata))
// .then( function (dataSource) {
// viewer.flyTo(dataSource.entities);