Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSM ¶
type OSM struct { Nodes *Nodes Coords *Coords Ways *Ways Relations *Relations // contains filtered or unexported fields }
func NewOSMCache ¶
type Relations ¶
func NewRelationsCache ¶
func (*Relations) Iterate ¶
func (r *Relations) Iterate() chan *structures.Relation
func (*Relations) PutRelation ¶
func (r *Relations) PutRelation(relation structures.Relation) error
Click to show internal directories.
Click to hide internal directories.