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