Select to view content in your preferred language

Using ArcGis API with Nokia Maps

1029
2
07-02-2012 12:01 AM
zhenleow
Deactivated User
Nokia Maps provides many locations,places,routing,directions api that we can tap on.

Can we use ArcGIS API with nokia maps?
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
You should be able to create a custom dynamic layer by subclassing the DynamicMapServiceLayer class and implementing GetURL by using the NOKIA REST API.

Though note that I never tested that and that I didn't check the NOKIA licence agreement.
0 Kudos
KonstantinLapine
Emerging Contributor
I never used Silverlight but I know in ArcGIS API for JavaScript (as of version 3.2) one can use WebTiledLayer class for consuming Nokia (HERE) Maps content via their REST API. There seem to be a similar option in Silverlight:
https://developers.arcgis.com/silverlight/api-reference/ESRI.ArcGIS.Client.Toolkit.DataSources~ESRI....
0 Kudos