| java.lang.Object |
| ↳ |
com.steerpath.sdk.meta.MetaFeature |
Class Overview
MetaFeature is an object obtained from Steerpath Meta Service and parsed from GeoJson.
Summary
|
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
| int |
CONTENTS_FILE_DESCRIPTOR |
|
| int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
| Fields |
|
public
static
final
Creator |
CREATOR |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
|
abstract
int
|
describeContents()
|
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
static
final
Creator
CREATOR
Public Constructors
public
MetaFeature
(Parcel in)
Public Methods
public
int
describeContents
()
public
String
getAssetTrackingId
()
public
String
getBuildingRef
()
public
String
getBuildingReference
()
public
String
getCssClass
()
public
String
getDescription
()
public
int
getFloorIndex
()
public
int[]
getFloorIndexList
()
public
Map<Integer, String>
getFloorIndexMap
()
public
String[]
getFloorNameList
()
public
ArrayList<MetaFeature>
getFloors
()
Valid only for Buildings
See Builder#floors(ArrayList)
public
JSONObject
getGeometryJson
()
public
String
getGeometryJsonString
()
public
String
getIconUrl
()
public
JSONObject
getJson
()
public
String
getJsonString
()
public
ArrayList<String>
getKeywords
()
public
double
getLatitude
()
public
String
getLocalRef
()
public
double
getLongitude
()
public
double
getNaturalOrientation
()
public
String
getOptional
()
public
String
getSubType
()
public
ArrayList<String>
getTags
()
public
String
getTitle
()
public
boolean
hasArea
()
public
String
toString
()
public
void
writeToParcel
(Parcel dest, int flags)