PHP 클래스 Swiftriver\Core\ObjectModel\GisData

파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$latitude float The latitude
$longitude float The longitude
$name string The name of this location

공개 메소드들

메소드 설명
__construct ( float $longitude, float $latitude, string $name = null ) Constructor for the GisData object

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$latitude 공개적으로 프로퍼티

The latitude
public float $latitude
리턴 float

$longitude 공개적으로 프로퍼티

The longitude
public float $longitude
리턴 float

$name 공개적으로 프로퍼티

The name of this location
public string $name
리턴 string