Appearance
KBE3D / KBCore / Cesium / CartographicGeocoderService
类: CartographicGeocoderService
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.
属性
credit
readonlycredit:Credit|undefined
Gets the credit to display after a geocode is performed. Typically this is used to credit the geocoder service.
方法
geocode()
geocode(
query:string):Promise<Result[]>
参数
query
string
The query to be sent to the geocoder service
返回
Promise<Result[]>
构造函数
构造函数
new CartographicGeocoderService():
CartographicGeocoderService
返回
CartographicGeocoderService
