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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T12:57:47+00:00 2026-05-28T12:57:47+00:00

The Android Geocoder does not appear to understand intersections like the web-based Google Maps

  • 0

The Android Geocoder does not appear to understand intersections like the web-based Google Maps API. For example, a street intersection, “aviation and bataan”, from Google maps returns a valid geopoint:
http://maps.googleapis.com/maps/api/geocode/json?address=aviation%20and%20battan&sensor=false

Using the Geocoder in Android, this same intersection search (“aviation and bataan”) returns no results. My Android code below does returns results when I enter a more specific address instead of an intersection. Does the Android Geocoder not understand intersections or do I need to do something else?

Geocoder geocoder = new Geocoder(this);
        try {
            foundAdresses = geocoder.getFromLocationName(query, MAX_SEARCH_RESULTS);
        } catch (IOException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }

thanks

  • 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-28T12:57:48+00:00Added an answer on May 28, 2026 at 12:57 pm

    It does not, you should ignore the faulty incomplete GeoCoder object and just use the online version in a get request

    http://maps.googleapis.com/maps/api/geocode/json?address=DESIREDADDRESS&sensor=true

    it returns a JSON object

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

Sidebar

Related Questions

friends, as we have geocoder getfromlocation(locationname,maximumResults) function of google api in android. i dont
With android Geocoder I can find a shop such as Google Maps or I
package net.learn2develop.PopularAttractions; import java.io.IOException; import java.util.List; import java.util.Locale; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapController;
android geocoder getFromLocationName returns results even when found address is not inside bound box.
I have a class : class MapItemizedOverlay extends com.google.android.maps.ItemizedOverlay<OverlayItem> { private Context context; private
Android is based on Linux; can native Linux applications be run on Android?
Is Android development restrictive in any way like the iPhone , or can you
I'm using the android.location.Geocoder for the first time. The Idea is: I have a
I want to parse the addresses from the JSON response (http://maps.googleapis.com/maps/api/geocode/json?address=public+library+san+diego&sensor=false) received from Geocoding
Android applications can specify intent-priority. How does android handle security situation such as following.

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.