Hybrid View
Posted: Fri Jul 29, 2016 12:39 pm
Hello everybody,
I would like to know how to create a hybrid view of a map, i.e., a semi transparent map plus the corresponding satellite image on top of it, in C#. The xMap class provides two functions renderMapBoundingBox() and renderMap(), respectively, that provide an image of the requested map but I find it rather unclear how to place the corresponding satellite image (HERE maps) onto that map with the "right" scale and in fashion that the maps really fit, i.e., that the streets are really located on top of each other. In the Javascript API there was a function addTiledAerialLayer(). Alas, in the C# API I cannot find a similar function.
Thus, to cut a long story short: How is it done? Can you provide me with a code snippet that pushes me in the right
direction?
Thanks in advance,
Günter
I would like to know how to create a hybrid view of a map, i.e., a semi transparent map plus the corresponding satellite image on top of it, in C#. The xMap class provides two functions renderMapBoundingBox() and renderMap(), respectively, that provide an image of the requested map but I find it rather unclear how to place the corresponding satellite image (HERE maps) onto that map with the "right" scale and in fashion that the maps really fit, i.e., that the streets are really located on top of each other. In the Javascript API there was a function addTiledAerialLayer(). Alas, in the C# API I cannot find a similar function.
Thus, to cut a long story short: How is it done? Can you provide me with a code snippet that pushes me in the right
direction?
Thanks in advance,
Günter