main.cesium.getExtensionFromUri.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package cesium
/**
* Given a URI, returns the extension of the URI.
* ```
* //extension will be "czml";
* var extension = getExtensionFromUri('/Gallery/simple.czml?value=true&example=false');
* ```
* @param [uri] The Uri.
* @return The extension of the Uri.
* @see Online Documentation
*/
external fun getExtensionFromUri(uri: String): String