mbus-backend
    Preparing search index...

    Type Alias GraphMLNode

    Represents a node in the street graph derived from GraphML.

    type GraphMLNode = {
        id: string;
        lat: number;
        lon: number;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the node (from OSM/GraphML).

    lat: number

    Latitude coordinate.

    lon: number

    Longitude coordinate.