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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T22:33:36+00:00 2026-06-03T22:33:36+00:00

I am searching for some way of using any Google API or android framework

  • 0

I am searching for some way of using any Google API or android framework namespace, to get an optimized path between multiple locations.

For exemple, we have a few locations within the US : Los Angeles, New York, San Francisco, Washington, San Jose.
The order is quite bad, we arent going to go from LA to NY then back to SF and SJ.

Ive seen somewhere in the Google Maps API V3 some unofficial way of getting the optimized order.

Is there any possible way of doing so by using exclusively Java, and Android or Google API’s ?

Thanks a lot

  • 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-03T22:33:37+00:00Added an answer on June 3, 2026 at 10:33 pm

    Did you see that any Location has the Method distanceTo(Location)?

    You could write a simple Comarator like this:

    public class LocationComparator implements Comparator<Location>{
        @Override
        public int compare(Location object1, Location object2) {
            return (int)object1.distanceTo(object2);
        }
    }
    

    Not tested and the comparsion won’t return negative values, but it should work. You can then sort your Collection of Locations with

    Collections.sort(locationCollection, new LocationComparator());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've done some searching, but can't seem to find a way to do this.
i've spent some time searching and there is probably is an easy way to
I am searching for some information about how are apps launch on android. I
I am using this simple algorithm for searching some text in document and taging
I'm searching for a long time for some way to iterate through PL/SQL row,
Using Mechanize, I need to find some way to limit requests to 1 per
We're using Selenium with the Java API and some Javascript user extensions. We use
After searching online for quite some time, I cannot find a good way to
I'm searching for a way to get specific informations out of a log file.
After some searching, I got the following solution : reference . CLLocationCoordinate2D* new_coordinate =

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.