PHPackages                             haythem/route-map-field - 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. haythem/route-map-field

Abandoned → [haythem/here-api-map-field](/?search=haythem%2Fhere-api-map-field)Library[Utility &amp; Helpers](/categories/utility)

haythem/route-map-field
=======================

A Laravel Nova field.

v1.0.10(4y ago)31121MITVuePHP &gt;=7.1.0

Since May 29Pushed 4y ago2 watchersCompare

[ Source](https://github.com/haythembenkhlifa/RouteMapField)[ Packagist](https://packagist.org/packages/haythem/route-map-field)[ RSS](/packages/haythem-route-map-field/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)DependenciesVersions (11)Used By (0)

Project Title
=============

[](#project-title)

Route Map Larvel Nova Field (Build on top of Here Maps Api)

### Installation

[](#installation)

composer require haythem/route-map-field

Test
----

[](#test)

```
    use Haythem\RouteMapField\RouteMapField;

    $points = [
        '{"lat":"-34.1380995","lon":"18.3566494","description":"Office"}',
        '{"lat":"-34.12683310","lon":"18.38998250","description":"Customer 1 (INV - FF0607)"}',
        '{"lat":"-34.07817000","lon":"18.43703700","description":"Customer 2 (INV - FF0599)"}',
        '{"lat":"-34.07704120","lon":"18.45559830","description":"Customer 3 (INV - FF0595)"}',
        '{"lat":"-34.07897430","lon":"18.46030930","description":"Customer 4 (INV - FF0597)"}',
        '{"lat":"-34.08988480","lon":"18.46012480","description":"Customer 5 (INV - FF0596)"}',
        '{"lat":"-34.06624000","lon":"18.43453000","description":"Customer 6 (INV - FF0594)"}',
        '{"lat":"-34.04468320","lon":"18.44628980","description":"Customer 7 (INV - FF0598)"}',
        ];

    //minimum number of points is two

                RouteMapField::make('route')
                  ->gpsPoints($points)
                  ->apikey('your-api-key')
                  //->svgMarker('')
                  ->showSummary(true),
                  //->showManuevers(true),
                  ->addCircleToMap(-34.1380995,18.3566494,10000,"rgba(255, 87, 34, 0.5)","rgba(255, 87, 34, 0.5)")
                  ->customErrorMessage("There not enough GPS Points"),

```

Result 1
--------

[](#result-1)

[![](result.PNG)](result.PNG)

Result 2
--------

[](#result-2)

[![](error_message.PNG)](error_message.PNG)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~62 days

Recently: every ~112 days

Total

10

Last Release

1613d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39649249?v=4)[Haythem Ben Khlifa](/maintainers/haythembenkhlifa)[@haythembenkhlifa](https://github.com/haythembenkhlifa)

---

Top Contributors

[![haythembenkhlifa](https://avatars.githubusercontent.com/u/39649249?v=4)](https://github.com/haythembenkhlifa "haythembenkhlifa (39 commits)")

---

Tags

laravelnovavuevuejslaravelnova

### Embed Badge

![Health badge](/badges/haythem-route-map-field/health.svg)

```
[![Health](https://phpackages.com/badges/haythem-route-map-field/health.svg)](https://phpackages.com/packages/haythem-route-map-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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