PHP Class Swiftriver\Core\ObjectModel\GisData

Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Свойство Type Description
$latitude float The latitude
$longitude float The longitude
$name string The name of this location

Méthodes publiques

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

Method Details

__construct() public méthode

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

Property Details

$latitude public_oe property

The latitude
public float $latitude
Résultat float

$longitude public_oe property

The longitude
public float $longitude
Résultat float

$name public_oe property

The name of this location
public string $name
Résultat string