Example #1
0
 /**
  * @param \AppShed\Remote\XML\DOMDocument $xml
  * @param \AppShed\Remote\HTML\Settings $settings
  *
  * @return array
  */
 public function getMarkerObject($xml, $settings)
 {
     return ['title' => $this->title, 'subtitle' => $this->subtitle, 'latitude' => $this->latitude, 'longitude' => $this->longitude, 'html' => $xml->saveXML($this->getHTMLNode($xml, $settings))];
 }