| Package | Description |
|---|---|
| be.ceau.podcastparser.models.core |
Core models for this library
|
| be.ceau.podcastparser.models.support |
Additional models representing custom data constructs
|
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
Feed.getGeoPoint()
|
GeoPoint |
Item.getGeoPoint()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.setGeoPoint(GeoPoint geoPoint) |
void |
Item.setGeoPoint(GeoPoint geoPoint) |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoBox.getLowerCorner() |
GeoPoint |
GeoBox.getUpperCorner() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoBox.setLowerCorner(GeoPoint lowerCorner) |
void |
GeoBox.setUpperCorner(GeoPoint upperCorner) |
Copyright © 2018. All rights reserved.