You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// `subpremise` - "Indicates a first-order entity below a named location, usually a singular building within a collection of buildings with a common name"
459
+
// In practice this is often the unit/apartment number or level and is not always included
460
+
if(_.indexOf(val.types,'subpremise')>=0){
461
+
location.number=val.short_name;
462
+
}
463
+
464
+
// These are all optional (rarely used?) and probably shouldn't replace the number if already set (due to subpremise)
465
+
// `floor` - Indicates the floor of a building address.
466
+
// `post_box` - Indicates a specific postal box.
467
+
// `room` - Indicates the room of a building address.
0 commit comments