pkskelly / BlazorGolf

Blazor and Web API sample application to learn api design and blazor
MIT License
0 stars 0 forks source link

Add geo field to Courses #48

Open pkskelly opened 2 years ago

pkskelly commented 2 years ago

Add geo property using the Point type in CosmosDB to enable geo searches for courses

pkskelly commented 2 years ago

See https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-geospatial-intro for examples of using the Point type for geo data. This would enable searches for "courses near me"