io.github.morgaroth.navigator_import.core

Loaders

Related Doc: package core

object Loaders extends fromGpx with fromGoogleUrl

Linear Supertypes
fromGoogleUrl, fromGpx, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Loaders
  2. fromGoogleUrl
  3. fromGpx
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def convert google URL to main route object(inUrl: URL): Route

    Definition Classes
    fromGoogleUrl
  7. implicit def convert google URL to main route object by method(in: URL): AnyRef { def toRoute: io.github.morgaroth.navigator_import.core.global.Route }

    Definition Classes
    fromGoogleUrl
  8. implicit def convert google waypoint by method(in: Wpt): AnyRef { def toWaypoint: io.github.morgaroth.navigator_import.core.global.Waypoint }

    Definition Classes
    fromGoogleUrl
  9. implicit def convert google waypoint to main waypoint(in: Wpt): Waypoint

    Definition Classes
    fromGoogleUrl
  10. implicit def convert gpx file to main route object(in: GPX): Route

    Definition Classes
    fromGpx
  11. implicit def convert gpx file to main route object by method(in: GPX): AnyRef { def toRoute: io.github.morgaroth.navigator_import.core.global.Route }

    Definition Classes
    fromGpx
  12. implicit def convert gpx waypoint by method(in: GPXWayPoint): AnyRef { def toWaypoint: io.github.morgaroth.navigator_import.core.global.Waypoint }

    Definition Classes
    fromGpx
  13. implicit def convert gpx waypoint to main waypoint(in: GPXWayPoint): Waypoint

    Definition Classes
    fromGpx
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def loadGoogleUrl(link: String): Either[String, Route]

  21. def loadGpx(data: String): Either[Throwable, Route]

  22. def loadRoutingPoints(data: String): Either[Throwable, RoutingPoints]

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from fromGoogleUrl

Inherited from fromGpx

Inherited from AnyRef

Inherited from Any

Ungrouped