Method |
Description |
|
__construct ( Geocoder\Model\Address | array | string $coordinates, Ellipsoid $ellipsoid = null ) |
Set the latitude and the longitude of the coordinates into an selected ellipsoid. |
|
getEllipsoid ( ) |
{@inheritDoc} |
|
getLatitude ( ) |
{@inheritDoc} |
|
getLongitude ( ) |
{@inheritDoc} |
|
getPrecision ( ) : integer |
|
|
isEqual ( Coordinate $coordinate ) : boolean |
Returns a boolean determining coordinates equality |
|
jsonSerialize ( ) |
{@inheritDoc} |
|
normalizeLatitude ( $latitude ) |
{@inheritDoc} |
|
normalizeLongitude ( $longitude ) |
{@inheritDoc} |
|
setFromString ( string $coordinates ) |
Creates a valid and acceptable geographic coordinates. |
|
setLatitude ( $latitude ) |
{@inheritDoc} |
|
setLongitude ( $longitude ) |
{@inheritDoc} |
|
setPrecision ( integer $precision ) |
|
|