# Address to Latitude Longitude

Geocode an address into normalized place details, latitude, and longitude coordinates

> Canonical page: https://elysiatools.com/en/tools/address-to-lat-lon

- **Category:** Geography

- **Keywords:** address to lat lon, address geocoder, latitude longitude, geocode address, coordinates lookup

## Overview

Turn a typed address into mappable coordinates with a normalized label and quick validation links.

## Inputs

- **Address** (textarea): 1600 Amphitheatre Parkway, Mountain View, CA
- **Country Code Bias (Optional)** (text): Optional ISO-3166 alpha-2 country codes to narrow ambiguous addresses

## When to use

- When you need to convert physical street addresses into exact GPS coordinates for mapping applications.
- When you want to verify and normalize ambiguous addresses using optional country code biases.
- When you need quick validation links to check coordinates directly on a map.

## How it works

- Enter the full or partial street address into the Address input field.
- Optionally, provide ISO-3166 alpha-2 country codes in the Country Code Bias field to narrow down the search.
- Submit the query to retrieve the normalized location details, latitude, longitude, and map links.

## Use cases

- Geocoding store locations to plot them on an interactive store locator map.
- Standardizing customer-entered shipping addresses and verifying their physical coordinates.
- Resolving ambiguous city names by applying a country code bias for regional logistics planning.

## Frequently asked questions

### Can I restrict the search to a specific country?

Yes, you can enter ISO-3166 alpha-2 country codes in the Country Code Bias field to narrow down results.

### What output format does this tool provide?

It outputs normalized place details, latitude and longitude coordinates, and quick validation links.

### Do I need to enter a zip code?

No, but including a zip code or country code bias helps improve geocoding accuracy.

### Can I geocode multiple addresses at once?

This tool processes one address query at a time to ensure precise matching and normalization.

### What is a normalized address?

It is the standardized, official formatting of the address returned by the geocoding service.

## Related tools

- [Open Location Code Plus Codes Encoder / Decoder](https://elysiatools.com/en/tools/open-location-code-plus-codes-encoder-decoder): Convert coordinates and Google Plus Codes in both directions, including short-code recovery and refinement precision.
- [Coordinates to Maidenhead](https://elysiatools.com/en/tools/coords-to-maidenhead): Convert latitude and longitude to Maidenhead locator system (used by amateur radio operators)
- [Maidenhead to Coordinates](https://elysiatools.com/en/tools/maidenhead-to-coords): Convert Maidenhead locator system to latitude and longitude (used by amateur radio operators)
- [OCR PDF to Structured JSON Bridge](https://elysiatools.com/en/tools/ocr-pdf-to-structured-json-bridge): Extract the PDF text layer with geometry (lines by y-position, tables by column gaps, headings by font size, colon key-value pairs), then fill a user-supplied JSON Schema field by field — labels matched by normalized keys, values coerced to declared types and validated with ajv.
- [OKR & KPI Tree Decomposer](https://elysiatools.com/en/tools/okr-tree-decomposer): Decompose an Objective into a weighted Department → Team → Personal tree with automatic progress roll-up. HTML tree + Markdown + CSV output.
- [Coordinate DMS Converter](https://elysiatools.com/en/tools/coordinate-converter-dms): Convert latitude and longitude between decimal degrees and degrees-minutes-seconds (DMS) format
- [Coordinate Format Converter](https://elysiatools.com/en/tools/coordinate-format-converter): Convert between different latitude and longitude coordinate formats
- [DNA Copy Number Calculator (Concentration → Copies)](https://elysiatools.com/en/tools/dna-copy-number-calculator): Convert DNA mass concentration to copies/µL via copies = c(g/µL) × Avogadro ÷ (bp × 660), with ng/µL–pg/µL–µg/µL units, pmol/µL output, total copies per volume, and A260-overestimation caveats. Lab-planning use only.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [IP Address Samples](https://elysiatools.com/en/samples/ip-address): Collection of IPv4 and IPv6 addresses in various formats for validation testing
- [MAC Address Samples](https://elysiatools.com/en/samples/mac-address): Collection of MAC addresses in various formats for validation testing
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
