You are here

protected static property KmlEncoder::$format in KML 8

The formats that this Encoder supports.

Type: string

Overrides XmlEncoder::$format

File

src/Encoder/KmlEncoder.php, line 17

Class

KmlEncoder
Encodes KML data in XML.

Namespace

Drupal\kml\Encoder

Code

protected static $format = [
  'kml',
  'kmz',
];