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

  • Home
  • SEARCH
  • 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 9001983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:30:33+00:00 2026-06-16T00:30:33+00:00

Currently migrating an Android app using Google Maps to Google Maps Android v2; I

  • 0

Currently migrating an Android app using Google Maps to Google Maps Android v2; I want the map to display the built-in location marker, as well as custom markers.
With the previous library, I used to draw the location marker ‘below’ custom markers, with

mapView.setReticleDrawMode(ReticleDrawMode.DRAW_RETICLE_UNDER);

I can’t find a similar option in the new API. Did I miss something?

  • 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-16T00:30:34+00:00Added an answer on June 16, 2026 at 12:30 am

    After a bit a searching, I couldn’t find such an option.

    I finally removed the location pin, and added a similar Marker and Circle to the map; since it is a classic Marker, it appears below the other markers.

    map.setMyLocationEnabled(false);
    
    // ...
    // get the current location with Android LocationManager in some way
    // ...
    
    // then draw it on the map when it changes:
    if (null == getMyLocation())
        return;
    
    if (null != locationMarker) {
        locationMarker.remove();
    }
    if (null != locationCircle) {
        locationCircle.remove();
    }
    LatLng loc = getMyLocation();
    
    locationMarker = map.addMarker(new MarkerOptions()
            .icon(BitmapDescriptorFactory
                    .fromResource(R.drawable.blue_pin_12))
            .position(getMyLocation()).anchor(0.5f, 0.5f));
    
    float accuracy = getMyLocationAccuracy();
    
    locationCircle = map.addCircle(new CircleOptions().center(loc)
                .radius(accuracy)
                .strokeColor(Color.argb(255, 0, 153, 255))
                .fillColor(Color.argb(30, 0, 153, 255)).strokeWidth(2));
    

    Location pin

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

Sidebar

Related Questions

I'm currently migrating my app from using ASIHTTPRequest to AFNetworking. I know synchronous requests
I'm currently migrating a site to Google App Engine. Previously, all the images and
I'm currently migrating my sqllite application to using core data. When I created the
I'am currently migrating an iphone application using SQLite to CoreData. I need to do
I'm currently migrating a project that is using Spring MVC without annotations to Spring
I'm migrating my dialogs, currently using Activity.showDialog(DIALOG_ID); , to use the DialogFragment system as
I'm currently migrating a legacy JSF 1.2 application using RichFaces 3.3 to JSF 2.0
I'm currently migrating a working app from CakePHP 1.2 to 1.3. Most things seem
I currently have an Android App leveraging a Popular weservice that currently uses 1024
We are currently migrating our app from VB6 to Net. As the Net forms

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.