GMap.NET icon indicating copy to clipboard operation
GMap.NET copied to clipboard

Google Maps Feature Type (POI)

Open ant66github opened this issue 4 years ago • 1 comments

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

ant66github avatar May 24 '21 15:05 ant66github

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" }

vtjballeng avatar Sep 16 '21 23:09 vtjballeng