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

de.westnordost.osmapi.map.data.Relation Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
package de.westnordost.osmapi.map.data;

import java.util.List;

public interface Relation extends Element
{
	List getMembers();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy