Options
All
  • Public
  • Public/Protected
  • All
Menu

A MappedinCoordinate represents a coordinate on a map, created using lat/lon.

Hierarchy

  • MappedinCoordinate

Index

Constructors

Properties

#cache: any = {}
#mappedin: Mappedin
lat: number = 0

Latitude

lon: number = 0

Longitude

map: string

ID of Map that the Node is located on.

property

map {string}

x: number = 0

X coordinate in Mappedin Units

property

x {number}

y: number = 0

Y coordinate in Mappedin Units

property

y {number}

Accessors

  • Get Nearest Node to Coordinate, which can then be used for navigation

    Returns MappedinNode

Methods