윈도우 c# 어플리케이션에서 지도 표시하는법

저는 C # 소프트웨어를 개발 중이며 프로그램에 다음 맵을 표시하려고합니다. API 키는 Android, IOS 및 웹에서만 제공됩니다. 그럼, 어떻게 소프트웨어에서 c# 정적지도를 표시 할 수 있습니까? 아 그리고 저는 외국인 입니다. 자세한 답변 부탁드립니다.

Hi yugayandrey!

Unfortunately, we don’t provide SDK or solutions for C#.

Maybe… You can display a map using WebBrowser control in C#.
Using Javascript SDK, create a web service that provides the map content you want to show.
and you can display a map via the service URL.

However, there are two precautions you should know.
One of them is tiled and interactive map, not static map.
The other is that we do not support troubleshooting of embedded browsers officially.