AyCode.Core/AyCode.Entities/Locations/README.md

566 B

Locations

Abstract base entity for geographic locations with longitude, latitude, and an optional address string. Implements ILocationBase.

Key Files

  • LocationBase.cs — Abstract class with Id (Guid), Longitude, Latitude, and Address properties. Provides constructors that auto-generate IDs or accept explicit ones.

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.