Skip to content

[FEATURE REQ] Post Snap To Roads #53674

@Pieeer1

Description

@Pieeer1

Library name

Azure.Maps.Routing

Please describe the feature.

https://learn.microsoft.com/en-us/rest/api/maps/route/post-snap-to-roads?view=rest-maps-2025-01-01

The above documentation and API contains functionality to snap a list of coordinates to roads. This is under the route API and therefore should live in the Routing SDK. I suggest the functionality gets added as below:

    private readonly MapsRoutingClient _mapsRoutingClient = new MapsRoutingClient(/*ignored for brevity*/);
    _mapsRoutingClient.SnapToRoad(new List<GeoPosition>()
   {
         /*ignored for brevity*/
   }, new SnapToRoadOptions());

Metadata

Metadata

Assignees

Labels

ClientThis issue is related to a non-management packageMapsService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions