GetByMap() public static method

Get locations by map
public static GetByMap ( IGeoMap $map ) : array
$map IGeoMap
return array of IGeoMapLocation
Beispiel #1
0
 /**
  * @return array of IGeoMapLocation
  */
 public function getLocations()
 {
     $locations = Geo_MapLocation::GetByMap($this);
     return (array) $locations;
 }