Last active
February 12, 2020 20:43
-
-
Save ahmetkucukoglu/eed5d422bd4cbad843ab1a8c0e28da18 to your computer and use it in GitHub Desktop.
ASP.NET Core ile Couchbase GeoSearch - GetUpcomingEventsRequest.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace Couchbase.GeoSearchApp | |
| { | |
| public class GetUpcomingEventsRequest | |
| { | |
| public double Latitude { get; set; } | |
| public double Longitude { get; set; } | |
| public string Radius { get; set; } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment