Package 

Class KmlPolygon

  • All Implemented Interfaces:
    com.google.maps.android.data.DataPolygon , com.google.maps.android.data.Geometry

    @Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) 
    public final class KmlPolygon
     implements DataPolygon<List<List<LatLng>>>
                        

    Represents a KML Polygon. Contains a single array of outer boundary coordinates and an array of arrays for the inner boundary coordinates.