Developer Docs
API Reference
Development Tools
seeding
Seeds
Utils
Variables
Variable: GEOGRAPHIC\_REGIONS

web


web / lib/seed/seeds/utils / GEOGRAPHIC_REGIONS

Variable: GEOGRAPHIC_REGIONS

const GEOGRAPHIC_REGIONS: object

Geographic regions with realistic coordinate bounds

Type declaration

new-york-metro

new-york-metro: object

new-york-metro.name

name: string = "New York Metropolitan Area"

new-york-metro.bounds

bounds: object

new-york-metro.bounds.north

north: number = 41.1

new-york-metro.bounds.south

south: number = 40.4

new-york-metro.bounds.east

east: number = -73.5

new-york-metro.bounds.west

west: number = -74.3

new-york-metro.centers

centers: object[]

california

california: object

california.name

name: string = "California"

california.bounds

bounds: object

california.bounds.north

north: number = 42.0

california.bounds.south

south: number = 32.5

california.bounds.east

east: number = -114.1

california.bounds.west

west: number = -124.4

california.centers

centers: object[]

texas

texas: object

texas.name

name: string = "Texas"

texas.bounds

bounds: object

texas.bounds.north

north: number = 36.5

texas.bounds.south

south: number = 25.8

texas.bounds.east

east: number = -93.5

texas.bounds.west

west: number = -106.6

texas.centers

centers: object[]

europe

europe: object

europe.name

name: string = "Europe"

europe.bounds

bounds: object

europe.bounds.north

north: number = 60.0

europe.bounds.south

south: number = 35.0

europe.bounds.east

east: number = 40.0

europe.bounds.west

west: number = -10.0

europe.centers

centers: object[]