radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
916 stars 410 forks source link

Add function to get PointLatLng using GeoCoder #81

Closed kevinhu12345 closed 6 years ago

kevinhu12345 commented 6 years ago

I thought about adding a functions that returns a PointLatLng based on address key. I feel it makes it easier to use that for routing instead of manually finding the Latitude and Longitude.

You can ignore the changes if there's already a function for that. I probably missed it.