Package 

Interface KmlUrlSanitizer


  • 
    public interface KmlUrlSanitizer
    
                        

    Interface 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 String sanitizeUrl(String url) Sanitizes a URL before it is used to fetch a resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.