markerType = $markerType; $this->latitude = $latitude; $this->longitude = $longitude; } public function getMarkerType(): string { return $this->markerType; } }