com.mapbox.geojson.Geometry Maven / Gradle / Ivy
package com.mapbox.geojson;
import android.support.annotation.Keep;
/**
* Each of the six geometries and {@link GeometryCollection}
* which make up GeoJson implement this interface.
*
* @since 1.0.0
*/
@Keep
public interface Geometry extends GeoJson {
}