We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6580f96 commit 9dbd399Copy full SHA for 9dbd399
Resources/doc/index.md
@@ -117,6 +117,20 @@ bazinga_geocoder:
117
priority: 128
118
```
119
120
+### Registering Your Own Providers
121
+
122
+If you want to use your own provider in your application, create a service,
123
+and tag it as `bazinga_geocoder.provider`:
124
125
+```xml
126
+<service id="acme_demo.geocoder.my_provider" class="Acme\Demo\Geocoder\Provider\MyProvider">
127
+ <tag name="bazinga_geocoder.provider" />
128
+</service>
129
+```
130
131
+The bundle will automatically register it, into the `bazinga_geocoder.geocoder`
132
+service.
133
134
### Dumpers
135
136
If you need to dump your geocoded data to a specific format, you can use the
0 commit comments