Skip to content

Add support for directions annotations #334

@cammace

Description

@cammace

optional parameter when making a directions request and can provide a response in the routeleg called annotation. Can look something like this:

{
    "annotation": {
        "duration": [
            10.6,
            7.1,
            4.8,
            12.8,
            9.3,
            17.3,
            11,
            15.6
        ]
    },
    "duration": 88.4,
    "distance": 830.4,
    "steps": [ ],
    "summary": ""
}```

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions