//shared/org.readium.r2.shared.publication/Locator/Locations/Locations
Locations¶
[androidJvm]\ fun Locations(fragments: List<String> = emptyList(), progression: Double? = null, position: Int? = null, totalProgression: Double? = null, otherLocations: Map<String, Any> = emptyMap())
Parameters¶
androidJvm
fragments | Contains one or more fragment in the resource referenced by the Locator. |
progression | Progression in the resource expressed as a percentage (between 0 and 1). |
position | An index in the publication (>= 1). |
totalProgression | Progression in the publication expressed as a percentage (between 0 and 1). |
otherLocations | Additional locations for extensions. |