# XWUIInputLocation

XWUIInputLocation Component Location picker input with map integration.

## Basic Usage

An address text field paired with an interactive map - click the map to drop a pin.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Address field plus an interactive map.
```

## Real-World

InputLocation in a realistic application context.

```example
file: examples/RealWorld.ts
html: examples/RealWorld.html
title: Real-World
description: InputLocation in a realistic application context.
```

## Prefilled Coordinates

Seed the field with a known `{ lat, lng }` - the map centers on it and drops a marker.

```example
file: examples/PrefilledCoordinates.ts
html: examples/PrefilledCoordinates.html
title: Prefilled Coordinates
description: Start with lat/lng so the map centers and marks the spot.
```

## Address Only

Set `showMap: false` for a compact, text-only location field in dense forms.

```example
file: examples/AddressOnly.ts
html: examples/AddressOnly.html
title: Address Only
description: Text-only location input with the map disabled.
```

```api
```
