Search
Preparing search index...
The search index is not available
@types/amap-js-api-indoor-map
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@types/amap-js-api-indoor-map
AMap
GeoJSON
Options
Interface Options
Hierarchy
Options
Index
Properties
geoJSON
Methods
coords
ToLat
Lng
coords
ToLat
Lngs
get
Marker
get
Polygon
get
Polyline
Properties
Optional
geoJSON
geoJSON
:
GeoJSONObject
|
GeoJSONObject
[]
要加载的标准GeoJSON对象
Methods
Optional
coords
ToLat
Lng
coords
ToLat
Lng
(
lnglat
:
LngLat
)
:
LngLat
Parameters
lnglat:
LngLat
Returns
LngLat
Optional
coords
ToLat
Lngs
coords
ToLat
Lngs
(
lnglats
:
LngLat
[]
)
:
LngLat
[]
Parameters
lnglats:
LngLat
[]
Returns
LngLat
[]
Optional
get
Marker
get
Marker
(
obj
:
GeoJSONObject
, lnglat
:
LngLat
)
:
Marker
<
any
>
指定点要素的绘制方式
Parameters
obj:
GeoJSONObject
GeoJSON对象
lnglat:
LngLat
点的位置
Returns
Marker
<
any
>
Optional
get
Polygon
get
Polygon
(
obj
:
GeoJSONObject
, lnglats
:
LngLat
[]
)
:
Polygon
<
any
>
指定面要素的绘制方式
Parameters
obj:
GeoJSONObject
GeoJSON对象
lnglats:
LngLat
[]
面的路径
Returns
Polygon
<
any
>
Optional
get
Polyline
get
Polyline
(
obj
:
GeoJSONObject
, lnglats
:
LngLat
[]
)
:
Polyline
<
any
>
指定线要素的绘制方式
Parameters
obj:
GeoJSONObject
GeoJSON对象
lnglats:
LngLat
[]
线的路径
Returns
Polyline
<
any
>
Exports
AMap
GeoJSON
Options
geoJSON
coords
ToLat
Lng
coords
ToLat
Lngs
get
Marker
get
Polygon
get
Polyline
GeoJSONObject
Geometry
Generated using
TypeDoc
要加载的标准GeoJSON对象