Current section
Files
Jump to
Current section
Files
lib/data/member.ex
defmodule PBFParser.Data.Member do
@moduledoc """
Struct representing a member in OSM relation.
"""
defstruct id: nil,
type: nil,
role: nil
end