All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.CartographicGeocoderService.kt Maven / Gradle / Ivy

There is a newer version: 1.90.0-10
Show newest version
// Automatically generated - do not modify!

package cesium

/**
 * Geocodes queries containing longitude and latitude coordinates and an optional height.
 * Query format: `longitude latitude (height)` with longitude/latitude in degrees and height in meters.
 * @see Online Documentation
 */
@JsName("\$cesium__CartographicGeocoderService")
external class CartographicGeocoderService {
    /**
     * @param [query] The query to be sent to the geocoder service
     * @see Online Documentation
     */
    fun geocode(query: String): kotlin.js.Promise>
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy