Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Api

Index

Constructors

constructor

Properties

context

context: ApiContext

Methods

createRoute

getLandmark

  • getLandmark(landmarkId: string): Promise<Landmark | null>

getLandmarks

getRoute

  • getRoute(routeId: string): Promise<Route | null>
  • Retrieves the route routeId.

    If the route is not found, return null.

    Parameters

    • routeId: string

    Returns Promise<Route | null>

getRoutes

getUser

  • getUser(userId: string): Promise<User | null>

getWaypoint

  • getWaypoint(waypointId: string): Promise<Waypoint | null>

Static create

Generated using TypeDoc