Is it possible to build validation into an interface?
export interface MapCoordinates {
latitude: number;
longitude: number;
}
Latitude and longitude should be a range -90 to 90 and -180 to 180.
Lelstz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.