-
Install via composer.
-
Apply the "Addressable" extension to your SiteTree or DataObject class to automatically add address fields.
Page:
extensions:
- Symbiote\Addressable\Addressable
-
First, complete the steps above to "Add Address fields"
-
Apply the "Geocodable" extension to your SiteTree or DataObject class. You will also need the Addressable extension applied as well.
Page:
extensions:
- Symbiote\Addressable\Addressable
- Symbiote\Addressable\Geocodable
- It is highly recommended that you configure a Google API key or else you will most likely hit "over your quota" issues in production very quickly.
Symbiote\Addressable\GoogleGeocodeService:
google_api_key: 'API_KEY_HERE'