Docs & Support

Learn about all Business Directory’s features and get support from our amazing customer success team.

wpbdp_googlemaps_map_args

Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don’t provide support for code customizations or 3rd party development.

This hook allows you to customize pretty much anything about the way the map is displayed: size, styling, map type, and more.

In this example from the Google Map docs, mapOptions is the value that this hook can customize.

var mapOptions = {
  zoom: 8,
  center: myLatlng,
  mapTypeId: 'satellite'
};
var map = new google.maps.Map(document.getElementById('map'), mapOptions);

Usage

add_filter( 'wpbdp_googlemaps_map_args', 'customize_bd_map', 10, 2 );

Parameters

  • $settings (array) All the settings used to generate the map.
  • $locations (array) The locations that will be displayed on the map.

Examples

There are currently no examples for this hook.
Was this article helpful? *

This article may contain affiliate links. Once in a while, we earn commissions from those links. But we only recommend products we like, with or without commissions.

In this article

    We have a small, but amazing team of dedicated people who are committed to helping you achieve your goals and project requirements.


    Copyright © 2010-2025 S11 Directories, LLC.

    Join 20,000+ using Business Directory Plugin to build website directories fast. Get Started