Documentation

EasyBlogLocationProvidersMaps extends EasyBloglocationProviders
in package

Table of Contents

Properties

$url  : mixed
$queries  : mixed

Methods

__construct()  : mixed
getApiKey()  : mixed
Get api key
getResult()  : mixed
Get locations results
isSettingsComplete()  : mixed
Determines if the settings is complete
setApiKey()  : mixed
Set Api Keys
setCoordinates()  : mixed
Set the coordinates
setSearch()  : mixed
Set the search queries

Properties

$url

public mixed $url = 'https://maps.googleapis.com/maps/api/geocode/json'

$queries

protected mixed $queries = array('latlng' => '', 'address' => '', 'key' => '')

Methods

__construct()

public __construct() : mixed

getApiKey()

Get api key

public getApiKey() : mixed
Tags
since
5.1
access

public

getResult()

Get locations results

public getResult([mixed $queries = array() ]) : mixed
Parameters
$queries : mixed = array()
Tags
since
5.1
access

public

isSettingsComplete()

Determines if the settings is complete

public isSettingsComplete() : mixed
Tags
since
5.0
access

public

setApiKey()

Set Api Keys

public setApiKey() : mixed
Tags
since
5.1
access

public

setCoordinates()

Set the coordinates

public setCoordinates(mixed $lat, mixed $lng) : mixed
Parameters
$lat : mixed
$lng : mixed
Tags
since
5.1
access

public

setSearch()

Set the search queries

public setSearch([mixed $search = '' ]) : mixed
Parameters
$search : mixed = ''
Tags
since
5.1
access

public


        
On this page

Search results