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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:01:16+00:00 2026-06-10T23:01:16+00:00

I have a textbox, in which user will enter a Landmark and I have

  • 0

I have a textbox, in which user will enter a Landmark and I have to retrieve a postal code of that landmark. I have no idea how to complete this task. I need some assisstance

  • 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-10T23:01:17+00:00Added an answer on June 10, 2026 at 11:01 pm

    Google is your best bet. Use Reverse Geocoding (Address Lookup) on Google Map API to retrieve the postal code

    The term geocoding generally refers to translating a human-readable address into a location on a map. The process of doing the converse,
    translating a location on the map into a human-readable address, is
    known as reverse geocoding.

    The Geocoding API supports reverse geocoding directly using the latlng
    parameter. For example, the following query contains the
    latitude/longitude value for a location in Brooklyn:

    http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true_or_false

    This query returns the following result:

    {
      "status": "OK",
      "results": [ {
        "types": street_address,
        "formatted_address": "275-291 Bedford Ave, Brooklyn, NY 11211, USA",
        "address_components": [ {
          "long_name": "275-291",
          "short_name": "275-291",
          "types": street_number
        }, {
          "long_name": "Bedford Ave",
          "short_name": "Bedford Ave",
          "types": route
        }, {
          "long_name": "New York",
          "short_name": "New York",
          "types": [ "locality", "political" ]
        }, {
          "long_name": "Brooklyn",
          "short_name": "Brooklyn",
          "types": [ "administrative_area_level_3", "political" ]
        }, {
          "long_name": "Kings",
          "short_name": "Kings",
          "types": [ "administrative_area_level_2", "political" ]
        }, {
          "long_name": "New York",
          "short_name": "NY",
          "types": [ "administrative_area_level_1", "political" ]
        }, {
          "long_name": "United States",
          "short_name": "US",
          "types": [ "country", "political" ]
        }, {
          "long_name": "11211",
          "short_name": "11211",
          "types": postal_code
        } ],
    

    Read more : https://developers.google.com/maps/documentation/geocoding/#Types

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

Sidebar

Related Questions

I have a textbox in my application in which user will enter where clause
I have a textbox.T he user will be entering entering a number in this
I am having a Password textbox which will have empty value. when the user
I have a textbox called names that allows a user to enter individual words,
Scenario: I have multiple text boxes in which a user will enter data into
Desktop window application. I have textbox in which user give values in numbers. what
I have a web form where I have a textbox in which the user
I have a WPF TextBox in which I want to allow autocompleting user names
I have a program which has a text box that the user can edit.
I have a textbox which is binded to a specific database table column. This

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.