Is this a temporary problem or should I get a special API key for this from HERE?
We already use HERE maps for geocoding and directions, would be nice to switch to their maps using latest TMS FNC Maps...
Also, we use markers for real time cars display.
Currently all markers are "treated" by maps as "pins", that makes confusing their position on the map ( = road, HW), because of aligning "bottom-center" - all shifted.
TMS GMaps allowed to setup this marker shift and place moving objects precisely on the road.
Do you plan any enhancements for "markers" that would allow using them not only like "pins" but a real moving object (i.e. place using image center, with optional "angle" parameter)?
We have investigated this here but can see data for Ottawa, if that is the city you are referring to? We have based our implementation on the here maps JS API: https://developer.here.com/documentation/examples/maps-js Can you point out exactly which differences you see?
custom markers are supported, but they need to be uploaded at a specific URL (we are currently looking for a workaround to allow local files). We'll look into the marker / image issue here.
We don't have issues with mouse wheel/zoom can you point out exactly what is going wrong?
We have added a check for "http" protocol in the URL of the marker. If it does not exist, it reverts to the default marker. This way you'll be able to dynamically switch while preserving local marker images for other map services. You'll still have to enable LocalFileAccess though.