Azure Maps Animation Module in Angular

Tahmid Eshayat 286 Reputation points
2020-08-11T03:17:22.97+00:00

We are using import * as atlas from "azure-maps-control"; from an npm package. We want to use the animation module from Azure Maps https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/master/AzureMapsCodeSamples/Custom%20Modules/Animation%20module/AnimationModule.ts

But seems like the export is not working in Angular, Any idea how we can make that work?

Azure Internet of Things
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
832 questions
{count} votes

1 answer

Sort by: Most helpful
  1. rbrundritt 20,836 Reputation points Microsoft Employee Moderator
    2020-08-14T16:06:05.453+00:00

    The animation module is not a part of the core Azure Maps web SDK and not an NPM package at this time. There is no export, just that single standalone typescript file. You can copy that code into your project to move forward.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.