KmlConversion

data class KmlConversion(val geoJson: String?, val groundOverlays: List<KmlGroundOverlay>)(source)

Everything a KML document holds that this app can draw: vector features as GeoJSON, plus the image overlays.

Constructors

Link copied to clipboard
constructor(geoJson: String?, groundOverlays: List<KmlGroundOverlay>)

Properties

Link copied to clipboard
Link copied to clipboard