HereMap for WPF desktop application - here-api

I want to use HERE Maps in a WPF application. How can I implement it? Which API and which Control should I use?Please share some basic example.

Just came across this open topic. Did you have a look for the JavaScript API? You could embed this into your application.
Further information can be sound here:
https://developer.here.com/develop/javascript-api
Besides of that you can also use the HTTPRest interfaces for map display (common tiling schema), Routing, Geocoder etc.

Related

how to track particular advertisement fragment in video streaming using dot net?

hi i am new to video streaming. Is it possible to trace the timestamp of a particular advertisement fragment in live video streaming? Is there any tool to achieve it? If yes, how to integrate that tool with dot net application?
Can anyone suggest me anything to achieve it ASAP?
Detectors (analysis components) can be written in C++
You could detect commercials via few tools, but doesn't look simple.
http://spench.net/drupal/book/export/html/24
To integrate it with .NET app, it depends on how the tool exposes its features, if you are lucky to get an API, wonderful. If its a console app, you could integrate it easily with C#.

Google Map in Windows Store Application

I want to use Google Map in my Windows Store Application. I found this article. http://www.creepyed.com/2012/11/how-to-use-the-google-maps-api-on-windows-8. But it is in javascript, I am not a javascript expert. I want to implement it in C# + XAML. How can I do this?
Thanks.

How to implement google map API in C# Application?

I want to implement Google map API in my project.I have searched alot on internet but still i m not able to integrate it in my application. Any one help me how can i implement it in my application. Thanks in advance
CodePlex project : Use Google Maps API for .net
You can use some wrapper http://www.codeproject.com/KB/aspnet/csharp-google-static-map.aspx but I really think that it is better to do this in the Api native language (Javascript) and simply follow the documentation.

OpenLayers + Google maps in Flex, is it possible?

Recently i really was amazed by openstreet maps, and it's very possibilities to manipulate data, aswell the free of charge about many prescious things - like geocoding and the maps itself.
But i wish to still having a backup behind with google maps.
Is it possible to having both of them in Flex, and how ?
( or at least where i can look for similar project of "unification" )
It appears that OpenStreet Maps has a REST API. You can access that API in a Flex application using the HTTPService; assuming a proper crossdomain.xml file is in place.
If not; you'll have to use a proxy between your Flex app and the REST API.
MapQuest has an Open Flash API that uses OpenStreetMap data. They also offer an Open Flash Mobile API that can be used with Flash Builder to build apps for the iPhone, Android, and BlackBerry tablet with the new tools in Flex 4.5+.
Feel free to check out the documentation on the MapQuest Developer Network!

Web Based Map application development

I am trying to develop a web based map application where the user can interact with the map. But I am new to this field and do not have much idea about how to approach this. Basically I want to use a static map created by me, so I think google map API s may not be used in this case. My development platform is unix. Can you please suggest what language I should use to write the server and also what kind of free tools can be used to implement the map part?
Thanx...
I suggest reading up on the Google Maps API 3. You can add overlays or even add your own tiles using the API. Specifically, I suggest looking into the GroundLayers section of the V3 API here GroundOverlays

Resources