C# – GMap – How to Display Map based on Latitude and Longitude? – GMap Part I
Correction:
———————————-
In this tutorial, my code has a small bug. Maximum Zoom Level you can set is just 18.
Minimum Zoom Level – 0
Maximum Zoom Level – 18
———————————————————
Zoom Level – 0 – Zoomed out to Global Level
Zoom Level – 5 – Good for Country Level
Zoom Level – 18 – Zoomed into Street Level
One Small Update:
————————————
In all the examples I used in the series of these videos, I used Google as my Service Provider. Google changed their policy recently. In order to make your code to work properly, create a new project in https://cloud.google.com/maps-platform/ (by clicking Getting Started Button).Enable all the Google Map Feature. Then finally copy the API Key and then go to your Form Load Event Handler and then add the following line of code as the first line (inside your Form Load Event Handler)
GMapProviders.GoogleMap.ApiKey = @"'YOUR API KEY";
I explained how to create Google Map API in https://youtu.be/eXJ1qkTMLw8
————————————————————–
This Tutorial helps you to learn, how to use GMap control to locate a user based on Latitude and Longitude. It also helps you to learn,
1. How to create a flexible UI?
2. How to use Splitter Control?
GMap Complete Guide(All Videos) – https://www.youtube.com/playlist?list=PLlD7n_T-mUjVuqIhWVfaNhnpqCZmNcA9e
GMap Part 0 (How to get Google Map API Key?) – https://youtu.be/eXJ1qkTMLw8
GMap Part 1(How to load location on your map based on latitude and longitude?) – https://youtu.be/TxSJJfaAzKg
GMap Part 2(How to plot a marker to our map?) – https://youtu.be/WpfjRaYVId8
GMap Part 3(How to plot a map using our custom marker?) – https://youtu.be/hM7ZQwx4YFI
GMap Part 4(How to disable the red cross?) – https://youtu.be/iDzRLRn0U9k
GMap Part 5(How to display the route of two places?) – https://youtu.be/FF-PJQxpjOY
GMap Part 6(How to get the distance between two places?) – https://youtu.be/ZyyU6MfbXvc
GMap Part 7(How to add a polygon on your map?) – https://youtu.be/BLWXVqqrAa4
GMap Part 8(How to remove already plotted markers, routes, and polygons from your map?) – https://youtu.be/KP_48J-WPg8
GMap Part 9(How to load a location on your map by using its address?) – https://youtu.be/Z9PFVZDp4bM
Complete Guide to Master JSON – https://www.udemy.com/mastering-json-using-csharp/
Create your own Screen Recorder – https://www.youtube.com/playlist?list=PLlD7n_T-mUjUmYHS2HI3OdB6yW-XVBLYz
Create your own YouTube Downloader(C#) – https://www.youtube.com/playlist?list=PLlD7n_T-mUjW2AzRKdU_9W3K6eR6lbkRn
Create your own YouTube Downloader(VB .NET) – https://youtu.be/QFtkxkSE3Mw
Create your own YouTube Downloader(Python) – https://youtu.be/ybnvA-6XQrI
Cool Projects Using REST API's – https://www.youtube.com/playlist?list=PLlD7n_T-mUjW5o6UHc25ThWUgtZ2qOf3H
Complete Guide to Customize your Visual Studio – https://www.youtube.com/playlist?list=PLlD7n_T-mUjUX0l3OfGDl7yT7LMnHvUo4
Complete Guide to Customize your Visual Studio Code – https://www.youtube.com/playlist?list=PLlD7n_T-mUjVI2oTBT26AHtNlYfYw0U1n
Learn to Create Complex C# Application Using Notepad(without any IDE) – https://www.youtube.com/playlist?list=PLlD7n_T-mUjVh0zHpZc7qKJdcbBo1ogrv
Complete Guide to Delegates and Event Handler – https://www.youtube.com/playlist?list=PLlD7n_T-mUjUcdewQHfUAKKFntSXD2zMx
Node JS – How to consume an API? – https://youtu.be/M9P_zHZMY6k
and till more.
Subscribe to my channel to get a notification on all my upcoming tutorials.