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\EncoderCode
protected static $format = [
'kml',
'kmz',
];