Class OsmApi


  • public class OsmApi
    extends OsmConnection
    Class that encapsulates the communications with the OSM API.

    All interaction with the server-side OSM API should go through this class.

    It is conceivable to extract this into an interface later and create various classes implementing the interface, to be able to talk to various kinds of servers.
    Since:
    1523