Skip to main content

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 NameTypeDescription
queryStringthe query string
tagsString []the query tags
boundsBoundingBoxthe query bounds
minAltitudeIntegerthe query min altitude
maxAltitudeIntegerthe 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