Google Maps Services Node Client
    Preparing search index...

    Interface NearestRoadsResponse

    interface NearestRoadsResponse {
        data: { snappedPoints: SnappedPoint[] };
    }

    Hierarchy

    • AxiosResponse
      • NearestRoadsResponse
    Index

    Properties

    Properties

    data: { snappedPoints: SnappedPoint[] }

    Type declaration