| java.lang.Object | ||
| ↳ | BaseQuery | |
| ↳ | com.steerpath.sdk.meta.MetaQuery | |
MetaQuery is used with Steerpath Web Services. Contains all currently supported parameters. Full API documentation at http://steerpath-meta-us2.appspot.com/meta/ui/#!/default/
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | MetaQuery.Builder | Implements standard Builder for MetaQuery. | |||||||||
| enum | MetaQuery.DataType | Subtypes of meta data that can be fetched from the server. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | blacklistEnabled() | ||||||||||
| String[] | getAllTags() | ||||||||||
| String[] | getAnyTags() | ||||||||||
| String[] | getAssetTrackingIds() | ||||||||||
| double[] | getBoundingBox() | ||||||||||
| String |
getBuildingReference()
See
building(String) | ||||||||||
| String | getDataLocation() | ||||||||||
| MetaQuery.DataType | getDataType() | ||||||||||
| Integer |
getFloor()
See
floor(int) | ||||||||||
| Double | getLatitude() | ||||||||||
| String |
getLocalRef()
See
localRef(String) | ||||||||||
| Double | getLongitude() | ||||||||||
| int |
getOfflineJsonResId()
See
offlineMeta(int) | ||||||||||
| MetaFeatureParser | getParser() | ||||||||||
| Double |
getRadius()
See
radius(double) | ||||||||||
| Uri |
getUri()
See
uri(Uri) | ||||||||||
| Boolean | hasArea() | ||||||||||
| boolean | isDbUpdateEnabled() | ||||||||||
| boolean |
isOffline()
See
offlineMeta(int) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||