This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
IsBookmarked Criterion¶
The IsBookmarked
Search Criterion
searches for location based on whether it's bookmarked or not.
It works with current user reference.
This Criterion is available only for location Search.
Arguments¶
value
- bool representing whether to search for bookmarked location (defaulttrue
) or not bookmarked location (false
)
Example¶
PHP¶
1 2 3 4 5 6 7 |
|
REST API¶
1 2 3 4 5 |
|
1 2 3 4 5 |
|