get
https://youmaps-eu.appspot.com/_ah/api/youmaps/v2.0/getFilteredGeometriesByAttribute
Returns the geometries list matching one or several attribute conditions. Logic operations are permitted.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Condition must be one of the following :
- contains (String type)
- equals (String type)
- equal to (Numeric type)
- greater than (Numeric type)
- less than (Numeric type)
- greater than or equal to (Numeric type)
- less than or equal to (Numerictype)
If successful, this method returns a JsonObject with an "items" properties containing the list of the IDs of the filtered geometries.
To get information about each geometries, please refer to the following methods :
(a) getGeometryAttributes
(b) setGeometryAttribute
(c) setGeometryAttributes
