| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
MemoryFixedList<Map> |
Dataset.maps
A list of all the maps the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
IReadonlyList<Map> |
Dataset.getMaps()
Returns an iterable list of maps contained within the data file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Map.compareTo(Map other)
Compares this node index to another.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
MapFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Map.
|
Copyright © 2015 51Degrees. All rights reserved.