Overview

Namespaces

  • None
  • WPGMZA
    • Integration
    • Selector

Classes

  • AutoLoader
  • Crud
  • DOMDocument
  • DOMElement
  • Factory
  • GDPRCompliance
  • GoogleGeocoder
  • GoogleMap
  • GoogleMapsAPILoader
  • GoogleMapsLoader
  • LatLng
  • Map
  • MapsEngineDialog
  • Marker
  • ModalDialog
  • NominatimGeocodeCache
  • OLLoader
  • Plugin
  • RestAPI
  • ScriptLoader
  • Strings

Functions

  • create_marker_instance_delegate
  • create_plugin_instance
  • query_nominatim_cache
  • store_nominatim_cache
  • Overview
  • Namespace
  • Class

Class GoogleMapsLoader

This module loads the Google Maps API unconditionally (as opposed to the GoogleMapsAPILoader)

Namespace: WPGMZA
Deprecated: This functionality will be merged into one class with GoogleMapsAPILoader
See: WPGMZA\GoogleMapsAPILoader
Located at google-maps/class.google-maps-loader.php
Methods summary
public static
# _createInstance( )

This will be handled by the Factory class

This will be handled by the Factory class

public static
# createInstance( )

This will be handled by the Factory class

This will be handled by the Factory class

protected array
# getGoogleMapsAPIParams( )

Gets the parameters to be sent to the Google Maps API load call

Gets the parameters to be sent to the Google Maps API load call

Returns

array
An array of key value parameters to be passed to the load URL
public
# loadGoogleMaps( )

This function loads the Google API if it hasn't been called already

This function loads the Google API if it hasn't been called already

public string
# preventOtherGoogleMapsTag( $tag, $handle, $src )

Gets the HTML for the settings panel for this module, which appears in the general settings tab.

Gets the HTML for the settings panel for this module, which appears in the general settings tab.

Returns

string
The HTML string for the settings panel
API documentation generated by ApiGen