Instances of this class hold a marker type id and/or
a series of marker attributes. This information may be used
to determine if a given marker is of the same marker
type and determine its values for the attributes.
Constructor Summary
public
MarkerQuery(String markerType, String[] markerAttributes) Creates a new marker query with the given type
and attributes.
Returns a MarkerQueryResult if the marker
is appropriate for this query (correct type and has
all of the query attributes), otherwise null
is returned.
Parameters: marker - the marker to perform the query against a marker query result or null