PHPackages                             wdarins/nova-map-address - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wdarins/nova-map-address

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wdarins/nova-map-address
========================

A Laravel Nova field to place a marker on map to get coordinates then it reverse geocoding the coordinates to get a street address

0.1.1(5y ago)09MITVuePHP &gt;=7.1.0

Since Nov 21Pushed 4y agoCompare

[ Source](https://github.com/wdarins/nova-map-address)[ Packagist](https://packagist.org/packages/wdarins/nova-map-address)[ RSS](/packages/wdarins-nova-map-address/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Nova Map Address Field
----------------------

[](#nova-map-address-field)

A Nova field to place a marker on map to get coordinates then it reverse geocoding the coordinates to get a street address

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require josrom/nova-map-address
```

Configuration
-------------

[](#configuration)

Publish the package config file:

```
php artisan vendor:publish --provider="Josrom\MapAddress\FieldServiceProvider"
```

This is the contents of the file which will be published at [config/map-address.php](config/map-address.php).

Add the following keys to your `.env` and `.env.example`:

```
MAP_ADDRESS_API_KEY=

Optional: Set map and address language
MAP_ADDRESS_LANGUAGE=es

```

*If you need a Google Maps API key, you can create an app and enable Places API and create credentials to get your API key .*

Usage:
------

[](#usage)

Add the below to Nova/{Model}.php resource:

```
use Josrom\MapAddress\MapAddress;

[
    MapAddress::make('address'),

    // You can set the initial map location. By default (Spain)
     MapAddress::make('address')
        ->initLocation(38.261842, -0.6868031),

    // You can set the location from the model
    MapAddress::make('address')
        ->setLocation($this->latitude, $this->longitude),

    // You can select the name of lat/lng fields. By default is lat/lng
    MapAddress::make('address')
        ->setLatitudeField('latitude')
        ->setLongitudeField('longitude'),

    // You can select what is the first result set in address field
    MapAddress::make('address')
        ->setGoogleResultType('street_address'),

    // You can also set the map zoom level. By default (4)
     MapAddress::make('address')
        ->initLocation(38.261842, -0.6868031)
        ->zoom(12),
]
```

[![Package screenshot](/doc/map.png)](/doc/map.png)

Support:
--------

[](#support)

- Jose Vicente Orts:

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~318 days

Total

2

Last Release

2096d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40423022?v=4)[Zara Gheorghe](/maintainers/wdarins)[@wdarins](https://github.com/wdarins)

---

Top Contributors

[![JoseVte](https://avatars.githubusercontent.com/u/3540836?v=4)](https://github.com/JoseVte "JoseVte (2 commits)")[![bernhardh](https://avatars.githubusercontent.com/u/642292?v=4)](https://github.com/bernhardh "bernhardh (1 commits)")[![wdarins](https://avatars.githubusercontent.com/u/40423022?v=4)](https://github.com/wdarins "wdarins (1 commits)")

---

Tags

laravelgeocodingaddressmapgeonova

### Embed Badge

![Health badge](/badges/wdarins-nova-map-address/health.svg)

```
[![Health](https://phpackages.com/badges/wdarins-nova-map-address/health.svg)](https://phpackages.com/packages/wdarins-nova-map-address)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[toin0u/geocoder-laravel

Geocoder Service Provider for Laravel

7615.4M17](/packages/toin0u-geocoder-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[naif/map_address

A Laravel Nova field to place a marker on map to get coordinates then it reverse geocoding the coordinates to get a street address

134.2k](/packages/naif-map-address)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[mostafaznv/nova-map-field

Map Field for Laravel Nova

46107.9k](/packages/mostafaznv-nova-map-field)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
