Exemplo n.º 1
0
 public function __construct(MarkerStyle $style)
 {
     parent::__construct(new Coordinate(0, 0), $style);
 }
Exemplo n.º 2
0
 private function buildMarkerLocationQuery(Marker $marker)
 {
     return $marker->getLatitude() . ',' . $marker->getLongitude();
 }