Map Control
-
Hi, Is there any control or dll which can be used for showing map without using internet connection in .net which works in windows application and which can show the point information in pop up Thanks
kjsl2k9 wrote:
Is there any control or dll which can be used for showing map without using internet connection in .net
The problem you face is lack of Internet connectivty, the amounts of data in mappring are generally massive and costly to prepare by the provider. Google and Microsoft can do this for free due to economies of scale. Yoiu will almost certainly not get anything for free, but there will be paid (and probably expensive) things you get for 3rd party suppliers. Hopefully someone else will have a more positive response.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.
-
Hi, Is there any control or dll which can be used for showing map without using internet connection in .net which works in windows application and which can show the point information in pop up Thanks
Take a look at the article "GMap.NET - Great Maps for Windows Forms and Presentation"[^] here on CodeProject. It can cache the map data, but of course you need an internet connection for filling the cache...