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

com.mapbox.geojson.Geometry Maven / Gradle / Ivy

There is a newer version: 5.9.0-alpha.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy