string geohash = "c2b2md6";
for (var i = 0; i < 20; i++)
{
var pigeon = new PigeonBuilder()
.SetGeohash(geohash)
.SetRandomStartCoordinate()
.SetLoxodromeMode(GeoUtils.Data.Direction.ToWest)
.SetDistanceStep(1)
.SetCooldown(TimeSpan.FromMilliseconds(500))
.Build();
-
Notifications
You must be signed in to change notification settings - Fork 0
TotemWorld/Pigeons
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Geospatial simulation library for emulating the movement of entities "pigeons" within defined geographic areas. Useful for testing location-based services.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published