Query
Query
Type: public
class
A class that defines a query
Query(String query, String [] tags, BoundingBox bounds, Integer minAltitude, Integer maxAltitude)
Type: private
Create a Map Query
Parameter Name | Type | Description |
---|---|---|
query | String | the query string |
tags | String [] | the query tags |
bounds | BoundingBox | the query bounds |
minAltitude | Integer | the query min altitude |
maxAltitude | Integer | the query max altitude |
getQuery()
Type: public
[String](https://developer.android.com/reference/java/lang/String)
Get the query string
Returned Value: the query string
getTags()
Type: public
Get the query tags
Returned Value: the tags
getBounds()
Type: public
[BoundingBox](/docs/android/Model/BoundingBox)
Get the query bounds
Returned Value: the bounds
getMinAltitude()
Type: public
[Integer](https://developer.android.com/reference/java/lang/Integer)
Get the query min altitude
Returned Value: the min altitude
getMaxAltitude()
Type: public
[Integer](https://developer.android.com/reference/java/lang/Integer)
Get the query max altitude
Returned Value: the max altitude