=== WP Get Directions ===
Contributors: blazeconcepts
Tags: directions, google, maps, pinpoint, a to b
Donate link: https://paypal.me/blazeconcepts
Requires at least: 4.6
Tested up to: 6.0.1
Requires PHP: 5.6
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Provides an input where your customers can enter any location and get real-time directions on Google Maps to your business/location.

== Description ==
WP Get Directions provides an input where your customers can enter any location and get real-time directions on Google Maps to your business/location. There is also an option to use their exact location, provided this is enabled in user's browser.

Simply set up the plugin by entering your location Latitude and Longitude coordinates, then insert the `[wp_get_directions]` shortcode into your page, post or widget.

== Installation ==
= Via WordPress =
1. From the WordPress Dashboard, go to Plugins > Add New
2. Search for \'WP Get Directions\' and click Install. Then click Activate.
3. Click the Settings link to set up any options.

= Manual =
1. Upload the folder /wp-get-directions/ to the /wp-content/plugins/ directory.
2. Activate the plugin through the \'Plugins\' menu in WordPress.
3. Click the Settings link to set up any options.

== Frequently Asked Questions ==
= I have installed the plugin, now what? =
Firstly go to the settings page under Settings > Get Directions. Enter the Latitude and Longitude of your location. This is where your customers will be directed to from their location. You can find the Lat/Lon [on this website](https://www.latlong.net/convert-address-to-lat-long.html).

Next go to the page, post or widget on your website where you want the Get Directions plugin to show. Simply enter the `[wp_get_directions]` shortcode and save.

= How do I find the Latitude and Longitude of my location? =
You can find the Lat/Lon [on this website](https://www.latlong.net/convert-address-to-lat-long.html).

== Screenshots ==
1. Get Directions input
2. Settings Page

== Changelog ==
= 1.0.2 =
* Bug fix

= 1.0.1 =
* Change to the shortcode
* Updates in the readme

= 1.0.0 =
* Initial release