UNPKG
aomd-amap
Version:
latest (1.0.1)
1.0.1
1.0.0
高德代码辅助提示
github.com/Aomd/AMap
Aomd/AMap
aomd-amap
/
StyleObject.d.ts
9 lines
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Pixel
}
from
'./Pixel'
import
{
Size
}
from
'./Size'
export
class
StyleObject
{
constructor
(
url:
String
, size:Size, anchor:Pixel
) }