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

com.mapbox.services.commons.geojson.GeoJSON Maven / Gradle / Ivy

There is a newer version: 2.2.10
Show newest version
package com.mapbox.services.commons.geojson;

/**
 * Interface implemented by all GeoJSON objects, contains common fields.
 *
 * @since 1.0.0
 */
public interface GeoJSON {

  String getType();

  String toJson();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy