Package 

Interface DataPolygon

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

    @Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) 
    public interface DataPolygon<T extends Object>
     implements Geometry
                        

    An interface containing the common properties of GeoJsonPolygon and KmlPolygon.

    • Method Summary

      Modifier and Type Method Description
      abstract List<LatLng> getOuterBoundaryCoordinates()
      abstract List<List<LatLng>> getInnerBoundaryCoordinates()
      • Methods inherited from class com.google.maps.android.data.DataPolygon

        getGeometryObject, getGeometryType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait