Class KmlGroundOverlay


  • public class KmlGroundOverlay
    extends java.lang.Object
    Represents a KML Ground Overlay
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getImageUrl()
      Gets an image url
      com.google.android.gms.maps.model.LatLngBounds getLatLngBox()
      Returns boundaries of the ground overlay
      java.lang.Iterable<java.lang.String> getProperties()
      Gets an iterable of the properties
      java.lang.String getProperty​(java.lang.String keyValue)
      Gets a property value
      boolean hasProperty​(java.lang.String keyValue)
      Returns a boolean value determining whether the ground overlay has a property
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getImageUrl

        public java.lang.String getImageUrl()
        Gets an image url
        Returns:
        An image url
      • getLatLngBox

        public com.google.android.gms.maps.model.LatLngBounds getLatLngBox()
        Returns boundaries of the ground overlay
        Returns:
        Boundaries of the ground overlay
      • getProperties

        public java.lang.Iterable<java.lang.String> getProperties()
        Gets an iterable of the properties
        Returns:
        Iterable of the properties
      • getProperty

        public java.lang.String getProperty​(java.lang.String keyValue)
        Gets a property value
        Parameters:
        keyValue - key value of the property
        Returns:
        Value of property
      • hasProperty

        public boolean hasProperty​(java.lang.String keyValue)
        Returns a boolean value determining whether the ground overlay has a property
        Parameters:
        keyValue - Value to retrieve
        Returns:
        True if the property exists, false otherwise
      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object