PHP Class Swiftriver\Core\ObjectModel\GisData

Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$latitude float The latitude
$longitude float The longitude
$name string The name of this location

Public Methods

Method Description
__construct ( float $longitude, float $latitude, string $name = null ) Constructor for the GisData object

Method Details

__construct() public method

Constructor for the GisData object
public __construct ( float $longitude, float $latitude, string $name = null )
$longitude float
$latitude float
$name string

Property Details

$latitude public property

The latitude
public float $latitude
return float

$longitude public property

The longitude
public float $longitude
return float

$name public property

The name of this location
public string $name
return string