About 2,840 results
Open links in new tab
  1. Geocoding and reverse geocoding are essential functionalities in location-based applications. Geocoding is the process of converting a street address into geographic coordinates (latitude and longitude), while reverse geocoding converts geographic coordinates into a human-readable address.

    Geocoding in Android

    To perform geocoding in Android, you can use the Geocoder class. This class provides methods to handle geocoding and reverse geocoding. Here are some key methods:

    • getFromLocation(double latitude, double longitude, int maxResults): Returns a list of Address objects that describe the area surrounding the given latitude and longitude.

    • getFromLocationName(String location, int results): Returns a list of Address objects that describe the given location name.

    Example of Geocoding

    Feedback
  2. Geocoding API overview | Google for Developers

    • You can use the Geocoding API to obtain geocoding data for one or more addresses or places, including the following: 1. Geographic coordinates for addresses. 2. Addresses for sets of latitude and longitude coordinates. 3. Addresses for place IDs. You can control where the results appear and constrain the results to a particular region, county, or p...
    See more on developers.google.com
  3. geocoding | Flutter package - Pub

    May 28, 2025 · A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.

  4. Android Google Map Search Location using Geocoder

    Mar 17, 2025 · Geocoder class is used to handle geocoding and reverse geocoding. Geocoding is a process in which street address is converted into a coordinate …

  5. Geocoder - Android SDK | Android Developers

    A class for handling geocoding and reverse geocoding. Geocoding is the process of transforming a street address or other description of a location into a (latitude, longitude) coordinate.

  6. Geocoding and Reverse Geocoding Tutorial for Android

    In this tutorial, you learned how to implement geocoding and reverse geocoding in Android. By using the Geocoder class, you can convert between addresses and geographic coordinates seamlessly.

  7. People also ask
  8. geocoding_android package - All Versions - Pub

    Jun 5, 2025 · Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.

  9. Mapbox geocoder client for Android - GitHub

    Mapbox Geocoder client for Android. This library is also a full drop-in replacement for the standard Android Geocoder. We recommend installing with Gradle. This will automatically install the necessary …

  10. Geocoding | Java SDK | Android Docs | Mapbox

    The Mapbox Geocoding API does two things: forward geocoding and reverse geocoding. Forward geocoding lets you convert location text into geographic coordinates, and reverse geocoding turns …

  11. Use the Places Service and Geocoding API with data-driven styling for ...

    Jan 7, 2026 · You can use the Places Service and the Geocoding API with the Maps SDK for Android to search for regions, and get more information about places. The Places Service and Geocoding API are...