GMap.NET
GMap.NET copied to clipboard
Google Maps Feature Type (POI)
How can I avoid Google maps to display POI ? I know that there is a JSON configuration "featureType": "poi", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } but I don't know how to use it with GMap .NET
Thank you
I'm also wondering if there is a way to remove the text labels within GMap.NET per the Google Maps API
https://developers.google.com/maps/documentation/javascript/style-reference
{
"featureType": "landscape",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }