onOffice WP Plugin

GeoCoordinates
in package

Type containing tuple of longitude and latitude

Tags
url

http://www.onoffice.de

copyright

2003-2018, onOffice(R) GmbH

Table of Contents

$_latitude  : float
$_longitude  : float
$_valid  : bool
__construct()  : mixed
getLatitude()  : float
getLongitude()  : float
isValid()  : bool
checkRangeOfLongLat()  : bool
exceptionOnInvalidity()  : mixed

Properties

Methods

__construct()

public __construct([float $latitude = null ][, float $longitude = null ]) : mixed
Parameters
$latitude : float = null
$longitude : float = null
Return values
mixed

getLatitude()

public getLatitude() : float
Return values
float

getLongitude()

public getLongitude() : float
Return values
float

checkRangeOfLongLat()

private checkRangeOfLongLat() : bool
Return values
bool

Search results