Property | Type | Description | |
---|---|---|---|
$latitude | float | The latitude | |
$longitude | float | The longitude | |
$name | string | The name of this location |
Method | Description | |
---|---|---|
__construct ( float $longitude, float $latitude, string $name = null ) | Constructor for the GisData object |