다비오 지도 API 에 접근할 수 있는 클래스입니다.

Constructors

  • Parameters

    • mapId: string
    • dabeeoMapsManager: DabeeoMapsManager | DabeeoMaps2dManager

    Returns DabeeoMap

Properties

context: MapContext
control: Control
markers: Markers
mylocation: Mylocation
objects: Objects
overlay: Overlay
pois: Pois
routeSimulation: RouteSimulation
tag: Tag
testModel: TestModel

Methods

  • 지도데이터를 불러와서 옵션한 설정값에 따라 지정한 영역에 그립니다. 주의할 점은 showMap으로 생성한 Map Element의 자식 Element의 사이즈를 css를 통해 임의로 조정하면 안됩니다. 또한, Object에 텍스처가 있을 경우 렌더링이 느릴 수 있습니다.

    Parameters

    • wrapper: HTMLElement

      지도를 그릴 HTMLElement 영역

    • options: undefined | Partial<IMapOptions>

      지도를 표현할 각종 옵션 설정

    • dabeeoMapData: DabeeoMapData

    Returns Promise<boolean>