Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MapLocation

Index

Constructors

constructor

  • new MapLocation(name: string, coordinates: [number, number], zoom?: number): MapLocation
  • Parameters

    • name: string
    • coordinates: [number, number]
    • Optional zoom: number

    Returns MapLocation

Properties

Private _coordinates

_coordinates: [number, number]

Private _name

_name: string

Private _zoom

_zoom: number

Methods

getCoordinates

  • getCoordinates(): [number, number]
  • Returns [number, number]

getName

  • getName(): string
  • Returns string

getZoom

  • getZoom(): number
  • Returns number

Generated using TypeDoc