public final class

MetaQuery

extends BaseQuery
java.lang.Object
   ↳ BaseQuery
     ↳ com.steerpath.sdk.meta.MetaQuery

Class Overview

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/

Summary

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()
String getDataLocation()
MetaQuery.DataType getDataType()
Integer getFloor()
Double getLatitude()
String getLocalRef()
Double getLongitude()
int getOfflineJsonResId()
MetaFeatureParser getParser()
Double getRadius()
Uri getUri()
Boolean hasArea()
boolean isDbUpdateEnabled()
boolean isOffline()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean blacklistEnabled ()

public String[] getAllTags ()

public String[] getAnyTags ()

public String[] getAssetTrackingIds ()

public double[] getBoundingBox ()

public String getBuildingReference ()

public String getDataLocation ()

public Integer getFloor ()

public Double getLatitude ()

public String getLocalRef ()

public Double getLongitude ()

public int getOfflineJsonResId ()

public Double getRadius ()

public Uri getUri ()

public Boolean hasArea ()

public boolean isDbUpdateEnabled ()

public boolean isOffline ()