Added markers with device openers

This commit is contained in:
2020-11-12 21:20:04 +01:00
parent 53ff60ae5a
commit 412647617b
3 changed files with 84 additions and 3 deletions

View File

@ -10,7 +10,7 @@ namespace Birdmap.BLL.Services
{
public class DummyDeviceAndInputService : DeviceAndInputServiceBase
{
private const int numberOfDevices = 50;
private const int numberOfDevices = 10;
private const double centerLong = 21.469640;
private const double centerLat = 48.275939;