import "github.com/mmanjoura/adsa-cms/location"
type Location struct { Address string City string Region string Country string Zip string Latitude float64 Longitude float64 }
Location is a struct, you could embedded it into your model to get the Location feature for your model
ConfigureQorResource configure qor locale for Qor Admin
GetLocation get location from your model
Package location imports 6 packages (graph) and is imported by 1 packages. Updated 2017-06-08. Refresh now. Tools for package owners.