All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.maplibre.geojson.Geometry Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
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