Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7752477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:48:38+00:00 2026-06-01T11:48:38+00:00

I have an Android MapView in which i need to have a second layer

  • 0

I have an Android MapView in which i need to have a second layer of overlayed pins, over the one that the MapView already handles.

To accomplish this I have placed a FrameLayout over my MapView, and placed my pins as ImageViews in that Layout.

I have overridden the Draw() method of the ImageViews to update their position when the map moves (so that the pins move with it) like this:

public void draw(Canvas canvas) {
    if(mCoordinates != null && mapView != null){
        LayoutParams mParams = (LayoutParams)this.getLayoutParams();
        mapView.getProjection().toPixels(mCoordinates, newPosition);
        mParams.leftMargin = newPosition.x;
        mParams.topMargin = newPosition.y;
    }
    super.draw(canvas);
}

The problem: views are updating too slowly, so when I move the map the pins seem to lagg behind it.

Any insights on approach or implementation welcome

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T11:48:39+00:00Added an answer on June 1, 2026 at 11:48 am

    In the end we just mad a method that would order the overlays every time so that the big overlays were always painted first and the small ones over those.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a Mapview in my android application, in which i have
I have an app on the android market, which uses the mapview to display
Possible Duplicate: Double Tap -> Zoom on Android MapView? I have an Activity that
I have built an android application which has a single mapview. I have a
in my android app, I have a button that leads to an activity which
I have an Android tab layout with three tabs, one of which has a
I have done one project in android which is to display map using GOOGLE
In my Android Application I have a Google MapView Activity and I am facing
I have Android pet-project DroidIn which utilizes HttpClient 4 (built into Android) to do
I have android.permission.READ_OWNER_DATA but I can't find any reliable code that would explain how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.