Documentation

GeoCode
in package
implements ResourceInterface

Sub-resource in Hotel, HotelNameAutocomplete, Activity, Location, Area, etc.

Tags
see
Hotel::getGeoCode()
see
HotelNameAutocomplete::getGeoCode()
see
Activity::getGeoCode()
see
Location::getGeoCode()
see
Area::getGeoCode()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$latitude  : float|null
$longitude  : float|null
__set()  : void
__toString()  : string
getLatitude()  : float|null
getLongitude()  : float|null

Properties

$latitude

private float|null $latitude = null

$longitude

private float|null $longitude = null

Methods

__set()

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Return values
void

__toString()

public __toString() : string
Return values
string

getLatitude()

public getLatitude() : float|null
Return values
float|null

getLongitude()

public getLongitude() : float|null
Return values
float|null

Search results