thegooglemapurl

A plugin that generate the Google Map's url with the value of longitude and latitude given by the user.

Usage no npm install needed!

<script type="module">
  import thegooglemapurl from 'https://cdn.skypack.dev/thegooglemapurl';
</script>

README

Functionality

A plugin that generate the Google Map's url with the value of longitude and latitude given by the user.

-Lite compact size -Fast execution -Save Time

Code Example

var theMap = require("googlemapurl");
var url = theMap(30.7579647,76.7684117);
Or
var url = theMap('30.7579647','76.7684117');

Response/Result

Example A string : "https://www.google.com/maps/?q=30.7579647,76.7684117"

Installation

npm i thegooglemapurl

Contributors

Mohit Kapoor -@2cool2envy - kapoormohit01@gmail.com

Install NodeJS in your system.

https://nodejs.org/en/download

Let's together make it more better

eMail : kapoormohit01@gmail.com