Skip to content

A small wrapper around the functionality of Google Maps that we need

Notifications You must be signed in to change notification settings

justicedemocrats/maps_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maps

A simple wrapper around Google maps with some convenience methods. Not intended to compete with / replace any of the other Google Maps wrappers for Elixir, only intended to expose a few of Google maps capabilities as simply as possible for internal use.

Config

config :maps, key: "whatever your key is with proper permissions set"

Usage

See inline doc tests at lib/maps.ex.

Installation

def deps do
  [
    {:maps, git: "https://github.com/justicedemocrats/maps_ex.git"}
  ]
end

About

A small wrapper around the functionality of Google Maps that we need

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages