-
public interface KmlUrlSanitizerInterface for sanitizing URLs in KML documents. Developers can implement this to control which external resources (images, etc.) are loaded.
-
-
Method Summary
Modifier and Type Method Description abstract StringsanitizeUrl(String url)Sanitizes a URL before it is used to fetch a resource. -
-
Method Detail
-
sanitizeUrl
abstract String sanitizeUrl(String url)
Sanitizes a URL before it is used to fetch a resource.
- Parameters:
url- The raw URL from the KML.
-
-
-
-