C# Tutorial 90: How to Display Google Maps in C# Windows Form

preview_player
Показать описание
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Show Your Data on Google Map using C#
How to add google maps in a C# Program
c# - how to display address in google map
Display Google Map in Windows Form - C# / C Sharp
display google maps in c# application
C# And Google Maps - C#
Integrating Google Maps with C#
Embed Google Maps in C#
how to show locations in a Google map
Google Maps in C# Web Application
Рекомендации по теме
Комментарии
Автор

Very simple and straight to the point!

grigorythegreat
Автор

Excellent tutorial. Thank you for your great work !

nissimcohen
Автор

Great video. Very clear explanations. Keep up your amazing work sir!

furkanozbudak
Автор

Hi, i have a question, How can i get the coordinates of the map where i clicked? (i need the lingitude and latitude from the place)
please help

brianbpb
Автор

Hi! I get javascript error when I try hit the button, but it still shows the map...what do I do?

christianrunnstrom
Автор

sir plz help, when i try to search any place it shows me this error 'Navigation to the webpage was canceled'

keshavpatta
Автор

How do you import KML file into C# and show it on a heatmap? Can you make tutorial for this please?

ariellecherieart
Автор

Great job, great video, great information. 

DanielVinson
Автор

I found and error in your code by the way. I just wanted to say thinks you have helped me out a lot... With the New URL that they use you have to be able to add + signs in the white spaces of the code. Just FYI.

dmullins
Автор

Is it possible to implement this in Unity...? Android Device as the specific target platform... If yes... Can you please walk me through the process...?

TheRonron
Автор

my browser showing this error when i click search button please help me to resolve this error:
You seem to be using an unsupported browser.
Old browsers can put your security at risk, are slow and don't work with
newer Google Maps features. To access Google Maps, you'll need to update to a modern browser.

arqampatail
Автор

I love the program but I have another thing in my mind. Can we use Latitude and Longitude instead of City, State, Zip? I know we can but can we transfer those data from database? Not write manually?? Or just transfer longitude and latitude from microprocessor(which is connected to GPS receiver) directly?

bahadraktas
Автор

hi man thanks for your video.
i have a question: how can i display on google map the path of a boat thanks to longitude and latitude? (i get these data thanks to a GPS).

thibloki
Автор

how to draw a route between multiple location and Latitude and Longitude will be fetch from database using asp.net ?

RaazKiBaat..
Автор

Hello I would like to know if i have a option to remove text box that i write location
Thanks for helping.

farukz.
Автор

Hi, im facing a problem. it says there is compatibility problem with internet explorer, i checked and there is no google.com in the page and i basically deleted everything. Error still shows up. I even uninstall the entire internet explorer but error still pop out. please help! thank you

darrenho
Автор

in case someone has problem with old IE browser, update it, then put this code under InitializeComponent();

int BrowserVer, RegVal; // get the installed IE version using (WebBrowser Wb = new WebBrowser()) BrowserVer = Wb.Version.Major; // set the appropriate IE version if (BrowserVer >= 11) RegVal = 11001; else if (BrowserVer == 10) RegVal = 10001; else if (BrowserVer == 9) RegVal = 9999; else if (BrowserVer == 8) RegVal = 8888; else RegVal = 7000; // set the actual key using (RegistryKey Key = Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION", if + ".exe") == null) + ".exe", RegVal, RegistryValueKind.DWord);

hedio_just_a_name
Автор

I didn't find "Navigate" in webBrowser1

zhumabek
Автор

Hi, thank for your sharing about using Google map with C#. I am very interested in. I have some questions, that may be you can help. I am going to make an app. that can show the position of vehicle devices (car, helicopter, airplane etc). I used GPS device to get the coordinate and show these coordinates on windows form (for example written by C#) with the help of microcontroller and cable but i don't know how to show these coordinates on Maps (for example Google map). Please help me if you have any information about this. Thank you again!

danhcong
Автор

Hi, Can you please provide the solution for showing only map Instead of showing the full page of Google map, And also how to set mark on the address what we searched.

nuthanmurari
join shbcf.ru