Mark Brindley Posted July 16, 2014 at 06:20 PM Share Posted July 16, 2014 at 06:20 PM Hello All, I am trying to implement a new custom style to Google maps that will remove certain points of interest (POI) icons and labels. By default Google renders POI markers on the map that are clickable, which in turn is leads to clicks lost to Google + or Google MyBusiness. Reading through Google Map developer documentation it recommends creating a new style https://developers.google.com/maps/documentation/javascript/styling?csw=1 var styleArray = [ { featureType: "poi.business", elementType: "labels", stylers: [ { visibility: "off" } ] } ]; Has anybody successfully implemented this, or able to point me in the right where I need to add the code to make it work. Link to comment
Alejandro Posted July 18, 2014 at 12:49 AM Share Posted July 18, 2014 at 12:49 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Mark Brindley Posted July 18, 2014 at 05:13 PM Author Share Posted July 18, 2014 at 05:13 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Bryan Way Posted July 19, 2014 at 02:20 AM Share Posted July 19, 2014 at 02:20 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted July 19, 2014 at 01:17 PM Share Posted July 19, 2014 at 01:17 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Bryan Way Posted July 20, 2014 at 04:03 PM Share Posted July 20, 2014 at 04:03 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted July 20, 2014 at 11:29 PM Share Posted July 20, 2014 at 11:29 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Heiko Stüber Posted September 17, 2014 at 05:25 PM Share Posted September 17, 2014 at 05:25 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted September 17, 2014 at 06:56 PM Share Posted September 17, 2014 at 06:56 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted September 23, 2014 at 06:52 PM Share Posted September 23, 2014 at 06:52 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Portsmouth Posted October 13, 2018 at 08:50 PM Share Posted October 13, 2018 at 08:50 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Portsmouth Posted October 14, 2018 at 06:04 AM Share Posted October 14, 2018 at 06:04 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Portsmouth Posted October 14, 2018 at 07:06 AM Share Posted October 14, 2018 at 07:06 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Portsmouth Posted October 14, 2018 at 07:40 AM Share Posted October 14, 2018 at 07:40 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted October 14, 2018 at 10:59 AM Share Posted October 14, 2018 at 10:59 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Portsmouth Posted October 14, 2018 at 11:45 AM Share Posted October 14, 2018 at 11:45 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted October 25, 2018 at 03:59 PM Share Posted October 25, 2018 at 03:59 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.