Click or drag to resize

IOperationServiceGetActiveStreets Method

Note: This API is now obsolete.

Gets active streets.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[ObsoleteAttribute("Use SearchStreets method for effective application-side search. Transferring all streets for plugin-side filtering may nagatively affect performance.")]
IReadOnlyList<IStreet> GetActiveStreets()

Return Value

IReadOnlyListIStreet
Remarks
Use GetAllStreets to get all streets (both active and inactive).
See Also