i have some questions about using a tomtom map in a Angular-Application. Is it possible to use a map in Angular offline? If yes, how? Do i have to pay for using a map in Angular offline?
And my second question, how can i overlay my own element (for example a simple rectangle) on the map in the html-code?
thanks for your very fast answer.
Is it also possible to add own components to the tomtom map?
For background information.
I try to make a application with angular in TypeScript. In this application I want to make my own marker (e.g. train-station, bus-station, …) and I also want to place this marker with geo-coordinates (longtitue, latitude) on the map.
In the beginning I startet with openstreet map and there I have the function in the html code
To be completely honest I’m not very fluent in angular. It seems that you are describing a component that renders a marker correct? - In general we don’t provide wrappers for any frameworks, but everything can be easily wrapped for you custom needs. If you look at that example I sent you earlier, it shows how to render a marker. Perhaps you could start from there.
Our SDK was built to be used with or without frameworks.