![JAR search and dependency download from the Maven repository](/logo.png)
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 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy