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

[Solved] RadMap on Win 8 Touch Desktop

4 Answers 69 Views
Map for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Andrew asked on 20 Jun 2014, 02:57 PM
Hi,
I am just on the cusp of purchasing 2 renewals for DevCraft Complete but I need to understand whether the above will work on a desktop?
We are creating some large touch screen apps in the business (95" screens and larger) and would like maps on there with full gesture control.
The touchscreens are running Win 8.1 and perform well in a normal win 8.1 tiled environment - but I need full mapping functionality in the application.
When I tried to add the map control into the xaml it said it was not supported in a windows App project? or am I just doing something wrong?

Thanks in advance for any help you may offer

4 Answers, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 23 Jun 2014, 08:24 AM
Hi Andrew,

You can create new windows store application and add Map reference similar to the process explained here - http://www.telerik.com/help/windows-8-xaml/radcontrolsforwin8-introduction-createapp.html
Keep in mind that RadMap uses native code (Direct 2D rendering) and thus is platform specific (Change the solution platform to x86 for PC or ARM for WinRT tablet). For more information check the attached image. 

Let me know if this helps.

Regards,
Tsvyatko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Andrew
Top achievements
Rank 1
answered on 23 Jun 2014, 09:28 AM
Thank - I got the samples working ok now.

One other question - I have used shp /dbf files for geospatial work extensively in the past but only for overlays.
If I want an underlying Map Provider like OSM / Bing / Google etc can this be done in the same way you can do it with the rad maps for WPF?

Like this.....
<telerik:RadMap.Provider>
    <telerik:BingMapProvider ApplicationId="Bing_Map_Key" Mode="Aerial" IsLabelVisible="True"/>
  </telerik:RadMap.Provider>


Thanks


0
Andrew
Top achievements
Rank 1
answered on 24 Jun 2014, 09:46 AM
Hi Tsvyatko

Please could you let me know about using the map provider?

Thanks
0
Rosy Topchiyska
Telerik team
answered on 24 Jun 2014, 01:14 PM
Hello Andrew,

Unfortunately, the current version of the RadMap control supports only *.shp files as a source for the rendered shapes. Other map providers are not supported.

You can take a look at these articles from our online documentation with more information about the RadMap control and its shape layers:

I hope this is useful. Please, let us know if you have further questions.

Regards,
Rosy Topchiyska
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Map for XAML
Asked by
Andrew
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Andrew
Top achievements
Rank 1
Rosy Topchiyska
Telerik team
Share this question
or