Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapView

A view displaying a map.

Hierarchy

  • MapView

Index

Properties

Methods

Properties

center

center: point

The center of the view.

scale

scale: number

The scale of the view.

Methods

centerOn

  • centerOn(x: number, y: number): void
  • Centers the view at the given location in screen coordinates. Same as assigning to the center property.

Generated using TypeDoc