
de.westnordost.osmapi.overpass.ElementCount Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of osmapi-overpass Show documentation
Show all versions of osmapi-overpass Show documentation
Uploads all artifacts belonging to configuration ':archives'
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