Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractPinEntry<T>

summary

ピン要素

hideconstructor
memberof

mapray.PinEntity

abstract

Type parameters

  • T: AbstractPinEntryProps

Hierarchy

Index

Constructors

Properties

_animation: BindingBlock
_icon?: IconLoaderItem
_owner: PinEntity
_position: GeoPoint
_props: T

Accessors

  • get icon(): undefined | IconLoaderItem
  • get id(): string

Methods

  • _copyPropertyVector2f(name: string): void
  • _copyPropertyVector3f(name: string): void
  • _loadIcon(): void
  • _setVector2Property(name: string, value: Vector2): void
  • _setVector3Property(name: string, value: Vector3): void
  • _setupAnimationBindingBlock(): void
  • draw(context: CanvasRenderingContext2D, x: number, y: number, width: number, height: number): void
  • isLoaded(): undefined | boolean