mapbox / mapbox/mapbox-java

Draw an Arc like a curved flight path between two points (Android sdk)

Open
#1,442 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

jira-sync-complete
Dominant language
Java
Stars
438
Forks
117
PR merge metrics
No merged PRs in 30d

Description

How to draw a curved line between two points, right now all the examples to draw the line between two points is through getRoute() function which calls an Api and get the direction route to draw a route line.

Reference in .js https://docs.mapbox.com/mapbox.js/example/v1.0.0/animating-flight-paths/

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the Android SDK's getRoute() entry point and the linked Mapbox.js animating-flight-paths example. Determine how the requested arc should be represented and drawn between two points without calling the directions API; done means the Android SDK supports that curved flight-path behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.