Coder Social home page Coder Social logo

Map view rotation feature about mapview HOT 11 CLOSED

p-lr avatar p-lr commented on June 25, 2024
Map view rotation feature

from mapview.

Comments (11)

p-lr avatar p-lr commented on June 25, 2024 1

from mapview.

p-lr avatar p-lr commented on June 25, 2024

I would use the setRotation method available on every View since api level 11. Apply to the MapView or one of it's parent view in your app.
Link to doc: https://developer.android.com/reference/android/view/View.html#setRotation%28float%29

from mapview.

srbhagwatsrb avatar srbhagwatsrb commented on June 25, 2024

Hmm but I need something like Google map rotation. On drag and rotate on a zoompanlayout. Could you please guide?

from mapview.

p-lr avatar p-lr commented on June 25, 2024

In the meantime, I had more time to think about it.
The proper way to support this would require some adaptations of the library. Indeed, the rotated map needs to update the visible tiles, which cannot be achieved by simply rotating the MapView.
So MapView currently doesn't support this feature. Although it might be added the future, either when I have time to do this or someone makes a PR.

from mapview.

srbhagwatsrb avatar srbhagwatsrb commented on June 25, 2024

RIght i was thinking about the same. It's really a good feature to add. And may be i will have to use an old version of tileview (2.x) where someone have done this. I do not want to use an old version again. Any chance this feature can be implemented soon in this also?

from mapview.

srbhagwatsrb avatar srbhagwatsrb commented on June 25, 2024

Thanks @peterLaurence Do try to add this soon as it will be extremely good to use. This map view is already in production grade. So with rotatable map it will work great in all real time apps. Great work on this library.

from mapview.

p-lr avatar p-lr commented on June 25, 2024

I have a very promising proof of concept of rotating map in my rotation branch. But it's not ready yet.
Will you be available to beta test when it's done? (I hope soon)

from mapview.

shriharsha-bhagwat avatar shriharsha-bhagwat commented on June 25, 2024

Sure i will be ready to test it out. Let me know.

from mapview.

p-lr avatar p-lr commented on June 25, 2024

Perfect. I'm making progress - paths rotation and a few optimizations need to be done.
I let you know. Thanks

from mapview.

p-lr avatar p-lr commented on June 25, 2024

@android-bash
It has been harder and longer than I thought.
I've published the version 2.0.0-beta04

The API around map rotation is stable (although I might make slight changes before final release).
2.x.x is a major shift from 1.x.x as it enables map rotation. It's only an opt-in feature, while configuring the MapView, using enableRotation(). The RotatingMapFragment from the demo is an example.

Beware that there are some breaking changes. Most of the time, it's just a package name change.
The ScaleChangeListener interface has been removed. If you relied on this, I can explain how to do the equivalent in 2.x.x

from mapview.

p-lr avatar p-lr commented on June 25, 2024

Implemented in 2.0.0

from mapview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.