Skip to content

z-index of elements #969

Answered by devemux86
moving-bits asked this question in Q&A
Oct 30, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

VTM layers (map, overlays, etc.) work like in Mapsforge, there is list of layers, i.e. z-order.

However, markers in VTM:

  • Markers are stored in ItemizedLayer classes
  • VTM is 3D: markers are sorted on y-axis in real time (the closest one appears in front)
    (it can be disabled with Parameters.MARKER_SORT and manage the markers list manually)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@moving-bits
Comment options

Answer selected by moving-bits
Comment options

You must be logged in to vote
1 reply
@moving-bits
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants