IP2Location-Elixir v0.1.1 IP2Location.Record

Struct representing a record in the location database. Includes all fields made available by the database, plus the IP range from where the data was found.

Summary

Types

t()
t() :: %IP2Location.Record{area_code: term, city: term, country_long: term, country_short: term, domain: term, elevation: term, idd_code: term, ip_from: term, ip_to: term, isp: term, latitude: term, longitude: term, mcc: term, mnc: term, mobile_brand: term, netspeed: term, region: term, timezone: term, usage_type: term, weatherstation_code: term, weatherstation_name: term, zipcode: term}