Options
All
  • Public
  • Public/Protected
  • All
Menu

@paosder/vector-map

Index

Classes

Type aliases

Type aliases

MapSource

MapSource<U, V>: { key: U; value: V }

MapSource object.

This is the inner object which VectorMap uses to manage data. Some methods return MapSource object reference directly, this means you can modify it yourself if you needed. But modifying key is strongly discouraged because it could make a mangling pointer.

Type parameters

  • U

  • V

Type declaration

  • key: U
  • value: V

Generated using TypeDoc