This is a migrated thread and some comments may be shown as answers.

Satellite Layer (BING)

1 Answer 170 Views
Map
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 2
Markus asked on 06 May 2014, 10:06 AM
Hi,
I would like to know if it is possible to switch the bing layer in the kendoMap control to display the
satellite Images of bing.
If it is possible then how can I do it ?

Markus

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 08 May 2014, 07:03 AM
Hi,

The Bing layer for Kendo UI maps supports switching between different imagery sets, including Aerial (satellite):
      layers: [{
        type: "bing",
        imagerySet: "aerial",
        // ...
      }]


-- Live demo --

Possible options include:
    * aerial - Aerial imagery.
    * aerialWithLabels - Aerial imagery with a road overlay.
    * birdseye - Bird’s eye (oblique-angle) imagery
    * birdseyeWithLabels - Bird’s eye imagery with a road overlay.
    * road - Roads without additional imagery. (default)

I've noticed that this option is omitted from the documentation and demos. We'll fix this right away.
Apologies for the caused inconvenience.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Map
Asked by
Markus
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
Share this question
or