Trail-Sense icon indicating copy to clipboard operation
Trail-Sense copied to clipboard

Custom map view

Open kylecorry31 opened this issue 3 years ago • 0 comments

Interfaces

IMapView

  • [x] Add layer
  • [x] Remove layer
  • [x] Set layers
  • [x] To pixel
  • [x] To coordinate
  • [x] Scale (get / set) (meters per pixel)
  • [x] Layer scale (get)
  • [x] Center (get / set) (coordinate)
  • [x] Rotation (get / set) (float)
  • [ ] To pixel supports View and Draw types (maybe source?)
  • [ ] To coordinate supports View and Draw types (maybe source?)
  • [ ] Boundary (Visible, Source?) - in pixels and coordinates?

Layer

  • [x] Add marker (bitmap)
  • [x] Add marker (CanvasDrawer lambda)
  • [x] Add path
  • [x] On click

Pre-built layers

  • [x] Beacons
  • [x] Tides
  • [x] Paths
  • [x] My location
  • [x] Navigation (draws a path from one location to another)

Usage

  • [ ] MapView component
  • [x] Radar compass
  • [x] Path overview
  • [x] Maps

kylecorry31 avatar May 22 '22 12:05 kylecorry31