7 lines
280 B
Markdown
7 lines
280 B
Markdown
# PCM Geocode Bundle
|
|
|
|
Provides an interface/trait combo to add latitude and longitude fields to an entity.
|
|
|
|
Also included is a `Geocoder` service which accepts a postcode and attempts to return a `GeoCoordinates` object which contains the latitude and longitude of the postcode.
|
|
|