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

de.westnordost.osmapi.overpass.ElementCount Maven / Gradle / Ivy

The newest version!
package de.westnordost.osmapi.overpass;

public class ElementCount
{
	/** Number of nodes */
	public long nodes;
	/** Number of ways */
	public long ways;
	/** Number of relations */
	public long relations;
	/** Total number */
	public long total;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy