Method AddLocationService
AddLocationService(ContentLocationService)
Adds a location service. The priority of the service will be used to set the order. If there is another service with the same priority, the priority of the service added will be increased until it can be added. When added, OnAddedToDeliveryService will be called on the service.
Declaration
public void AddLocationService(ContentLocationService service)
Parameters
Type | Name | Description |
---|---|---|
ContentLocationService | service | The location service. |