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 6690739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:40:18+00:00 2026-05-26T05:40:18+00:00

I show this link but answer was just only display the balloon. Picture with

  • 0

I show this link but answer was just only display the balloon.

Picture with a border as a map overlay

But I am finding just like the display images with border…. Like this.
Image

If any one have any idea about how to do this so please help me.

I am done display the 3-5 images in map. But now I just want to display that images with border.

Thanks in advance.

  • 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-05-26T05:40:19+00:00Added an answer on May 26, 2026 at 5:40 am

    here is some code that draws a circle:

    private class ProximityOverlay extends Overlay {
    
        public void draw(Canvas canvas, MapView mapview, boolean b) {
            // draw some stuff in here, like
            Paint paint = new Paint();
            paint.setAntiAlias(true);
            paint.setStrokeWidth(2.0f);
            double latitude = location.getLatitude();
            double longitude = location.getLongitude();
            Projection projection = mapView.getProjection();
            GeoPoint leftGeo = new GeoPoint((int) (latitude * 1e6),
                    (int) (longitude * 1e6));
            Point left = new Point();
            projection.toPixels(leftGeo, left);
    
            paint.setColor(Color.parseColor("#00CCFF"));
            paint.setStyle(Style.FILL);
            canvas.drawCircle(left.x, left.y, 9, paint);
            paint.setColor(Color.parseColor("#003399"));
            paint.setStyle(Style.STROKE);
            canvas.drawCircle(left.x, left.y, 10, paint);
    
    
    
        }
    

    you can modify it to draw a black rectangle:

    canvas.drawRect(left, top, right, bottom, paint);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If you look at this link: http://www.internetworld.co.uk/g/2010/ExhibLogos/ExhibID_137_Graphic1.jpg . In IE8, it doesn't show. In
After using this code to get my link to show me 3 database entrys
I asked a precursor to this question here: Click link in DIV and show
how to show specific tab with link from another page <a href=index.php?page=home#tab2>Home</a> this is
Can i show a Tool tip like this: Also, I want to show this
I just started looking into jQuery yesterday, before this I programmed in only PHP.
I have searched around but can't find the answer to this relatively simple question;
Sorry, if this is a noobish question, but I'm just getting started with Rails
This is probably a dumb question but can't find an answer with google. Left
I've been looking for this answer, and all I found was this link ,

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.