MapProvider
in package
Tags
Table of Contents
- GOOGLE_MAPS = 'google-maps'
- OPEN_STREET_MAPS = 'osm'
- PROVIDER_DEFAULT = self::OPEN_STREET_MAPS
- $_pOptionsWrapper : WPOptionWrapperBase
- __construct() : mixed
- getActiveMapProvider() : string
Constants
GOOGLE_MAPS
public
mixed
GOOGLE_MAPS
= 'google-maps'
OPEN_STREET_MAPS
public
mixed
OPEN_STREET_MAPS
= 'osm'
PROVIDER_DEFAULT
public
mixed
PROVIDER_DEFAULT
= self::OPEN_STREET_MAPS
Properties
$_pOptionsWrapper
private
WPOptionWrapperBase
$_pOptionsWrapper
= null
Methods
__construct()
public
__construct([WPOptionWrapperBase $pWPOptionsWrapper = null ]) : mixed
Parameters
- $pWPOptionsWrapper : WPOptionWrapperBase = null
Return values
mixed —getActiveMapProvider()
public
getActiveMapProvider() : string