Module

Faker.Location

Package
purescript-faker-ffi
Repository
philippedev101/purescript-faker-ffi

#StreetAddressOpts Source

type StreetAddressOpts = { useFullAddress :: Boolean }

#buildingNumber Source

#secondaryAddress Source

#CountryCodeOpts Source

type CountryCodeOpts = { variant :: String }

#StateOpts Source

type StateOpts = { abbreviated :: Boolean }

#DirectionOpts Source

type DirectionOpts = { abbreviated :: Boolean }

#cardinalDirection Source

#cardinalDirectionAbbr Source

#ordinalDirection Source

#ordinalDirectionAbbr Source

#LatitudeOpts Source

type LatitudeOpts = { max :: Number, min :: Number, precision :: Int }

#LongitudeOpts Source

type LongitudeOpts = { max :: Number, min :: Number, precision :: Int }

#NearbyGPSCoordinateOpts Source

type NearbyGPSCoordinateOpts = { isMetric :: Boolean, origin :: Array Number, radius :: Number }

#GPSCoordinate Source

type GPSCoordinate = { latitude :: Number, longitude :: Number }

#Language Source

type Language = { alpha2 :: String, alpha3 :: String, name :: String }