Packages

Elixir wrapper for Tile38 client. Formats responses to common queries for convenience.

Current section

Files

Jump to
ex_tile38 lib f38.ex
Raw

lib/f38.ex

defmodule Tile38.Point do
defstruct id: "", fields: %{}, coordinates: %{lat: -1, lng: -1, timestamp: -1, type: "Point"}
end