LocationPolygon: {
    exterior: GeoInfo[];
    interior?: GeoInfo[][] | null;
}