/**
  * Constructor
  * @param Parser $parser: Parser object to associate with
  */
 public function __construct(Parser $parser)
 {
     $this->parser = $parser;
     $this->info = GeoData::getCoordInfo();
 }