public final class GeoUrlToBounds extends java.lang.Object
Bounds
.
Note that Geo URLs are also handled by OsmUrlToBounds
.Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
PATTERN
The pattern of a geo: url, having named match groups.
|
Modifier | Constructor and Description |
---|---|
private |
GeoUrlToBounds() |
Modifier and Type | Method and Description |
---|---|
static Bounds |
parse(java.lang.String url)
|
public static final java.util.regex.Pattern PATTERN
private GeoUrlToBounds()