Documentation

WithLatLngTrait

Trait for elements with latitude and longitude

Table of Contents

Properties

$EARTHRADIUS  : int
$latitude  : float
$longitude  : float

Methods

distance()  : float
calculate distance from other WithLatLngTrait object
getLatitude()  : float
gets latitude
getLongitude()  : float
gets longitude
nearBy()  : ModelWithLocationCollection|BaseCollection
get elements nearby within radius (in meters)

Properties

Methods

distance()

calculate distance from other WithLatLngTrait object

public distance(self $other) : float
Parameters
$other : self
Return values
float

getLatitude()

gets latitude

public getLatitude() : float
Return values
float

getLongitude()

gets longitude

public getLongitude() : float
Return values
float

        
On this page

Search results