UNPKG

ojp-sdk-legacy

Version:

OJP (Open Journey Planner) Javascript SDK (legacy version)

8 lines (7 loc) 258 B
import { TreeNode } from "../xml/tree-node"; export declare class TopographicPlace { code: string; name: string; constructor(code: string, name: string); static initWithLocationTreeNode(locationTreeNode: TreeNode): TopographicPlace | null; }