=== Mapoza Smart Maps for Google Maps ===
Contributors: piyush3891
Tags: google maps, custom post type, map markers, acf, locations
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Create smart Google Maps from WordPress posts, custom post types, ACF fields, and location data.

== Description ==

Mapoza Smart Maps for Google Maps allows you to display WordPress posts, custom post types, properties, events, stores, restaurants, and more as markers on a Google Map.

Simply select:

* Post Type
* Latitude field
* Longitude field
* Marker icon
* Map style

Then display your map anywhere using:

[mapoza_post_map]

== Features ==

* Display custom post types as map markers
* Google Maps integration
* Custom marker icons
* Multiple map styles
* Popup with post title and link
* Simple shortcode output
* No coding required

== External Services ==

This plugin uses the Google Maps JavaScript API to display maps and markers on the frontend.

What data is sent:
- Requests are made from the visitor's browser to Google Maps servers.
- The Google Maps API key configured by the site administrator is included in those requests.

When data is sent:
- When a page containing a Mapoza Smart Maps map is loaded.

This service is provided by Google.

Terms of Service:
https://maps.google.com/help/terms_maps/

Privacy Policy:
https://policies.google.com/privacy

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/mapoza-smart-maps-for-google-maps` directory, or install the plugin through WordPress.
2. Activate the plugin.
3. Go to Settings → Mapoza Smart Maps.
4. Enter your Google Maps API key.
5. Select your post type and meta fields.
6. Insert the shortcode:

[mapoza_post_map]

== Frequently Asked Questions ==

= Which post types are supported? =

Any public WordPress post type.

= Can I use ACF fields? =

Yes. Enter the latitude and longitude field names in the settings.

= Can I use a custom marker icon? =

Yes. Enter the marker icon URL in the settings.

== Screenshots ==

1. Settings page
2. Google Map with markers
3. Custom marker icons
4. Map style selector

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release.