org.maplibre.geojson.Geometry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-sdk-geojson Show documentation
Show all versions of android-sdk-geojson Show documentation
MapLibre Android Java Utilities
package org.maplibre.geojson;
import androidx.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 - 2024 Weber Informatics LLC | Privacy Policy