Daniel Uribe Member Licensed User Longtime User Mar 14, 2017 #1 Hi world!! I have a little question. Is possible to remove the interest point of the maps? You can see here. and looking the screen.. Thanks a lot!!!
Hi world!! I have a little question. Is possible to remove the interest point of the maps? You can see here. and looking the screen.. Thanks a lot!!!
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2017 #2 You need to set the map style as explained here: https://www.b4x.com/android/forum/t...night-in-style-google-maps.72936/#post-463501 You can use this tool to create the json string: https://mapstyle.withgoogle.com/ Try it with this string: [ { "featureType": "poi", "stylers": [ { "visibility": "off" } ] } ] Upvote 0
You need to set the map style as explained here: https://www.b4x.com/android/forum/t...night-in-style-google-maps.72936/#post-463501 You can use this tool to create the json string: https://mapstyle.withgoogle.com/ Try it with this string: [ { "featureType": "poi", "stylers": [ { "visibility": "off" } ] } ]