OsmAnd/DataExtractionOSM/src/net/osmand/data/TransportStop.java
Victor Shcherb 50249440e2 change net.osmand
git-svn-id: https://osmand.googlecode.com/svn/trunk@455 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-08-16 22:36:24 +00:00

14 lines
201 B
Java

package net.osmand.data;
import net.osmand.osm.Entity;
public class TransportStop extends MapObject {
public TransportStop(Entity e){
super(e);
}
public TransportStop(){
}
}