2010-08-17 00:36:24 +02:00
|
|
|
package net.osmand.data;
|
2010-06-14 23:14:36 +02:00
|
|
|
|
2010-08-17 00:36:24 +02:00
|
|
|
import net.osmand.osm.Entity;
|
2010-06-14 23:14:36 +02:00
|
|
|
|
|
|
|
public class TransportStop extends MapObject {
|
|
|
|
|
|
|
|
public TransportStop(Entity e){
|
|
|
|
super(e);
|
|
|
|
}
|
2010-07-02 09:26:26 +02:00
|
|
|
|
|
|
|
public TransportStop(){
|
|
|
|
}
|
2010-06-14 23:14:36 +02:00
|
|
|
|
|
|
|
}
|