Cluster
in package
Please report bugs on https://github.com/matthiasmullie/geo/issues.
Tags
Table of Contents
Properties
- $bounds : Bounds
- $center : Coordinate
- $coordinates : array<string|int, Coordinate>
- $total : int
Methods
- addCoordinate() : mixed
Properties
$bounds
public
Bounds
$bounds
$center
public
Coordinate
$center
$coordinates
public
array<string|int, Coordinate>
$coordinates
= array()
$total
public
int
$total
= 0
Methods
addCoordinate()
public
addCoordinate(Coordinate $coord, bool $save) : mixed
Parameters
- $coord : Coordinate
- $save : bool