Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom bitmap marker #189

Closed
sleepnova opened this issue Oct 10, 2016 · 4 comments
Closed

Add custom bitmap marker #189

sleepnova opened this issue Oct 10, 2016 · 4 comments
Assignees

Comments

@sleepnova
Copy link

Setting custom icons for markers as well as showing bubble window with description.

@ecgreb
Copy link
Collaborator

ecgreb commented Oct 10, 2016

The ability to draw custom icons at runtime was recently added as a feature to Tangram ES but it still needs Android bindings. Stay tuned for this one as it should be arriving soon.

tangrams/tangram-es#930

We don't have anything like a "bubble window" in the pipeline as it stands now although you can set a callback on markers and implement any sort of custom behavior you want.

@ecgreb ecgreb added the next label Oct 19, 2016
@ecgreb ecgreb added ready and removed next labels Oct 26, 2016
@ecgreb
Copy link
Collaborator

ecgreb commented Oct 27, 2016

Tangram ES branch with dynamic marker API is here https://github.com/tangrams/tangram-es/tree/android-marker

@ecgreb ecgreb added in progress and removed ready labels Nov 10, 2016
@ecgreb
Copy link
Collaborator

ecgreb commented Nov 10, 2016

Tangram pull request is here and has been approved (waiting for merge).

tangrams/tangram-es#1056

Worth noting is that there is still work outstanding to make the new markers selectable and so this capability won't be available in the SDK right away.

@ecgreb ecgreb added next and removed in progress labels Nov 30, 2016
@ecgreb ecgreb changed the title Add custom marker Add custom bitmap marker Dec 7, 2016
@ecgreb ecgreb added next and removed next labels Jan 4, 2017
@ecgreb ecgreb added ready and removed next labels Mar 8, 2017
@ecgreb ecgreb added in progress and removed ready labels Mar 17, 2017
@ecgreb ecgreb self-assigned this Mar 17, 2017
@ecgreb
Copy link
Collaborator

ecgreb commented Mar 24, 2017

#340 implements adding and removing a dynamic marker based on a drawable resource ID. Currently position, resource ID, and style string are configurable.

Additional work includes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants