AzureMapsCodeSamples icon indicating copy to clipboard operation
AzureMapsCodeSamples copied to clipboard

A set of code samples for the Azure Maps web control.

Results 13 AzureMapsCodeSamples issues
Sort by recently updated
recently updated
newest added

Is it possible to choose the locale of the number and date formatter through a popup template? Right now, you can choose the number and date format through the `numberFormat`...

Hi, I'm currently attempting to load a KMZ file onto a map. This KMZ file contains a KML file and associated icons. While I can successfully load the KMZ file,...

Hello, I've been working with the maps 3.0.0 preview for a few weeks and today came across a strange issue, I'm finding the same results with both preview 8 &...

bug

Hello, The following observation is present within both V2 SDK and the latest V3 preivew series SDKs, so I expect this annomoly has always been present since the offset. If...

bug

When placing a map control in the right bottom corner, its control graphic is not placed at the bottom. I would think that the copyright or feedback link would obstruct...

I think there is an error in the type definition of the `PolygonExtrusionLayerOptions`: `fillPattern?: string;` should be `fillPattern?: string | DataDrivenPropertyValueSpecification;` as in the type definition of `PolygonLayerOptions`. With the...

There is currently a current maximum zoom limit where buildings are visible on the map. When zooming in more, they dissapear. Is this intended behavior? Seems like the building polygons...

Updated sample to use the latest version of the REST routing service.

This sample uses a api-version=1.0 parameter in its request to get a route between two points. https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Tutorials/Route/Route%20to%20a%20destination.html This version is deprecated and going to be retired. The get route API...

Add GetAzureMapsSasToken API

DoNotMerge