UNPKG
aomd-amap
Version:
latest (1.0.1)
1.0.1
1.0.0
高德代码辅助提示
github.com/Aomd/AMap
Aomd/AMap
aomd-amap
/
CitySearch
/
CitySearchResult.d.ts
15 lines
(13 loc)
•
343 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
Bounds
}
from
"../Bounds"
;
export
class
CitySearchResult
{
/** *Creates an instance of CitySearchResult. *
@param
{
String
} city 城市名称 *
@param
{
Bounds
} bounds 地图展示该城市时使用的矩形区域 *
@memberof
CitySearchResult
*/
constructor
(
city:
String
, bounds: Bounds
) }