public class DataSource extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Bounds |
bounds
The bounds of this data source
|
java.lang.String |
origin
The textual description of the origin (example: "OpenStreetMap Server")
|
Constructor and Description |
---|
DataSource(Bounds bounds,
java.lang.String origin)
Constructs a new
DataSource . |
public final java.lang.String origin
public DataSource(Bounds bounds, java.lang.String origin)
DataSource
.bounds
- The bounds of this data sourceorigin
- The textual description of the origin (example: "OpenStreetMap Server")java.lang.IllegalArgumentException
- if bounds is null