This will use google locations to fetch the geo-coords for driving directions between random multiple locations near a ip geo location
This was created to simulate requests from a mobile device for a vehicle driving between multiple locations so we can send the geo-coords to an endpoint.
If available in Hex, the package can be installed
by adding google_directions_generator to your list of dependencies in mix.exs:
you will need a google api key, you can add to your config ie.
config :google_directions_generator, api_key:xxx
def deps do
[{:google_directions_generator, "~> 0.2.0"}]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/google_directions_generator.