KmlUrlSanitizer

interface KmlUrlSanitizer

Interface for sanitizing URLs in KML documents. Developers can implement this to control which external resources (images, etc.) are loaded.

Functions

Link copied to clipboard
abstract fun sanitizeUrl(url: String): String
Sanitizes a URL before it is used to fetch a resource.