Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • MappedinCoordinate

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

lat: number

Latitude

lon: number

Longitude

map: string

ID of Map that the Node is located on.

property

map {string}

x: number

X coordinate in Mappedin Units

property

x {number}

y: number

Y coordinate in Mappedin Units

property

y {number}

Accessors

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

    Returns MappedinNode

Methods