Interface DataPolygon<T>

    • Method Detail

      • getOuterBoundaryCoordinates

        java.util.List<com.google.android.gms.maps.model.LatLng> getOuterBoundaryCoordinates()
        Gets an array of outer boundary coordinates
        Returns:
        array of outer boundary coordinates
      • getInnerBoundaryCoordinates

        java.util.List<java.util.List<com.google.android.gms.maps.model.LatLng>> getInnerBoundaryCoordinates()
        Gets an array of arrays of inner boundary coordinates
        Returns:
        array of arrays of inner boundary coordinates