Added new feature to draw routes with multiple points #5
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
fixed in dev
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kscience/maps-kt#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "routes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -40,6 +40,18 @@ abstract class MapCustomFeature(
abstract fun drawFeature(drawScope: DrawScope, offset: Offset)
}
class MapRouteFeature(
Couldn't it be replaced by combination of lines? Or it has some unique capabilities?
I've made some breaking changes to the core features API, could you please resolve conflicts?
Unnecessary functionality
@ArystanK I think that we actually want this feature, especially if you add additional parameters like PointMode and caps to the feature definition. We can call it
route
instead ofpoints
though. Could you resolve conflicts with the current branch?Pull request closed