TileSource add getter
This commit is contained in:
@@ -75,6 +75,10 @@ public abstract class TileSource {
|
||||
}
|
||||
|
||||
public abstract TileSource build();
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME Same as BuildingLayer.MAX_ZOOM
|
||||
|
||||
Reference in New Issue
Block a user