Versions in this module Expand all Collapse all v0 v0.6.1 Jan 15, 2020 Changes in this version + type Location struct + AdministrativeArea string + City string + Country string + Latitude float64 + Longitude float64 + PostalCode string + Precision float64 + Region string + StreetAddress string + func Decode(data []byte) (*Location, error) + func New() *Location + func (o *Location) Encode() ([]byte, error) + func (o *Location) EncodeToString() (string, error) + func (o *Location) GetPropertyList() []string + func (o *Location) UnmarshalJSON(b []byte) error + func (o *Location) Valid() (bool, int, []string)