GDS\Schema::addGeopoint PHP Method

addGeopoint() public method

Add a geopoint field to the schema
public addGeopoint ( $str_name, boolean $bol_index = TRUE ) : Schema
$str_name
$bol_index boolean
return Schema
    public function addGeopoint($str_name, $bol_index = TRUE)
    {
        return $this->addProperty($str_name, self::PROPERTY_GEOPOINT, $bol_index);
    }