12 lines
446 B
Markdown
12 lines
446 B
Markdown
# Locations
|
|
|
|
Interface for location entities providing geographic coordinates and address text.
|
|
|
|
## Key Files
|
|
|
|
- **`ILocationBase.cs`** — Defines `Longitude`, `Latitude`, and `Address` properties. Extends `IEntityGuid`.
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|