Skip to content

AugustusCosta/strapi-plugin-gmaps-api-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to strapi-plugin-gmaps-api-services 👋

Version License: MIT Twitter: augustuscosta

Strapi plugin for use Google Maps API services.

Features

Config

  • /config/custom.json
"googleMapsClient": {
    "key": "",
    "mode": {
        "DRIVING": "driving",
        "WALKING": "walking",
        "BICYCLING": "bicycling",
        "TRANSIT": "transit"
    },
    "avoid": {
        "TOLLS": "tolls",
        "HIGHWAYS": "highways",
        "FERRIES": "ferries",
        "INDOOR": "indoor"
    },
    "traffic_model": {
        "BEST_GUESS": "best_guess",
        "PESSIMISTIC": "pessimistic",
        "OPTIMISTIC": "optimistic"
    },
    "transit_mode": {
        "BUS": "bus",
        "SUBWAY": "subway",
        "TRAIN": "train",
        "TRAM": "tram",
        "RAIL": "rail"
    },
    "transit_routing_preference": {
        "LESS_WALKING": "less_walking",
        "FEWER_TRANSFERS": "fewer_transfers"
    },
    "units": "metric",
    "language": "pt-BR",
    "region": "BR",
    "alternatives": false,
    "optimize": false
    }

Prerequisites

  • node >=10.0.0
  • npm >=6.0.0

## Author

👤 **Augustus Costa**

* Twitter: [@augustuscosta](https://twitter.com/augustuscosta)
* Github: [@augustuscosta](https://github.com/augustuscosta)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/AugustusCosta/strapi-plugin-gmaps-api-services/issues).

## Show your support

Give a ⭐️ if this project helped you!

About

Strapi plugin for use Google Maps API services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published