PHPackages                             specialist/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. [API Development](/categories/api)
4. /
5. specialist/nova-map-address

ActiveLibrary[API Development](/categories/api)

specialist/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.0(6y ago)011MITVuePHP &gt;=7.1.0

Since Nov 21Pushed 3y agoCompare

[ Source](https://github.com/Specialist001/nova-map-address)[ Packagist](https://packagist.org/packages/specialist/nova-map-address)[ RSS](/packages/specialist-nova-map-address/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)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 specialist/nova-map-address "dev-master"
```

```

## Configuration
Publish the package config file:
```bash
php artisan vendor:publish --provider="Specialist\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 Specialist\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)

- Specilaist001:

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Unknown

Total

1

Last Release

2367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fdce5757f4172b2b3568499beeb6c734f1f86c518176b47ca8b2a359ba77f0c?d=identicon)[Specialist001](/maintainers/Specialist001)

---

Top Contributors

[![Specialist001](https://avatars.githubusercontent.com/u/31097426?v=4)](https://github.com/Specialist001 "Specialist001 (5 commits)")[![JoseVte](https://avatars.githubusercontent.com/u/3540836?v=4)](https://github.com/JoseVte "JoseVte (2 commits)")

---

Tags

laravelgeocodingaddressmapgeonova

### Embed Badge

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

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

###  Alternatives

[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)[jcf/geocode

Google Geocoding API for Laravel

48160.5k](/packages/jcf-geocode)[jackmartin/laravel-yandex-geocode

Simply service laravel Yandex Geocoding

1016.6k](/packages/jackmartin-laravel-yandex-geocode)

PHPackages © 2026

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