Document asset.location service's getAssetsByLocation() method.

This commit is contained in:
Michael Stenta 2021-06-04 07:25:51 -04:00
parent cc9e0a8a6c
commit 8a5f2a0caa
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ asset. Returns a log entity, or `NULL` if no logs were found.
`setIntrinsicGeometry($asset, $wkt)` - Set an asset's intrinsic geometry, given
a string in Well-Known Text format.
`getAssetsByLocation($location)` - Get assets that are in a location.
**Example usage**:
```php