Skip to content

Rename QueryNode to NodeLocation or similar #3238

@daniel-j-h

Description

@daniel-j-h

QueryNode really is (lon, lat, osm node id).
"QueryNode" makes this more confusing than it has to be.

In addition, QueryNode stores two variables FixedLongitude, FixedLatitude. We have an abstraction for this: Coordinate which already provides functionality for comparison, conversion and so on.

QueryNode should just inherit from Coordinate and add a osm node id to the mix.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions