Class Google_Maps
Google Maps kaart
Namespace: SIW\Elements
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
See: https://developers.google.com/maps/documentation/javascript/tutorial
Located at elements/google-maps.php
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
See: https://developers.google.com/maps/documentation/javascript/tutorial
Located at elements/google-maps.php
Methods summary
public
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
add_location_marker( string $location, string $title, string $description = '' )
Voegt marker op locatie toe |
public
|
|
public
string
|
|
public
|
|
public
|
|
public
array
|
Constants summary
string |
API_URL
URL voor Google Maps API |
#
'https://maps.googleapis.com/maps/api/js'
|
Properties summary
protected
string
|
$api_key
Google Maps API-key |
|
protected
integer
|
$height
Hoogt van kaart in pixels |
#
300
|
protected
array
|
$markers
Markers voor op kaart |
#
[]
|
protected
array
|
$options
Opties voor kaart |
#
[
'zoom' => 6,
'zoomControl' => true,
'mapTypeControl' => false,
'scaleControl' => false,
'streetViewControl' => false,
'rotateControl' => false,
'fullscreenControl' => false
]
|