Google Maps Shell

This plugin is for developers and is meant to be used to enable Google Maps integration. While it does come with a default location, developers will want to feed the plugin a nested array of location data. This data can be manually curated or retrieved through external means.

You need to use the filter ab_google_maps_markers and return the new nested array.

Example:

function new_array( $markers ) {
    $markers = (object) array( 
        array( 
            'lat' => '30.266132', 
            'lon' => '-97.745825',
            'title' => 'Gingerman Austin',
            'address' => '301 Lavaca St, Austin TX 78701'
        ),
        array(
            'lat' => '30.2658',
            'lon' => '-97.735691',
            'title' => 'Easy Tiger Bake Shop and Beer Garden',
            'address' => '709 East 6th St, Austin TX 78701'
        ),
    );
    return $markers;
}
add_filter( 'ab_google_maps_markers', 'new_array' );

Google Maps Route Plugin

Google Maps Route is open source software that enables you to easily insert Google Maps, along with a route for your travel, tour, etc in your WordPress website. We have build very easy to use dashboard options to help add locations to maps directly. You will only need to have Google Maps API key wh.........

Similar: 29%

BuddyPress Maps

BuddyPress Maps is a component that allows to find and display location markers on a Google Map. It includes several plugins to work with BuddyPress and its API has been coded to allow others plugins to use the component. You can enable or disable those plugins : * Profile maps (for saving the user.........

Similar: 29%

Posts on a map

This plugin is intended for travel blogs, hiking blogs, where you want to show a map of a location you are writing about. It's really simple. It just adds an extra field in the WordPress admin editor, and if you enter GPS coordinates, it will add a map in the bottom of the post. Acceptable types o.........

Similar: 29%

Maps Builder - Google Maps Plugin

Maps Builder isn't just another Google Maps plugin. It's built from the ground up to be the easiest, most intuitive and fastest Google Maps plugin for WordPress. Visually build powerful customized Google Maps to use on your WordPress site quickly and easily without ever having to touch a bit of code.........

Similar: 13%

RomeLuv Google Maps for WordPress

This plugin allows in minutes to: Automatically place a Google Map inside every post where you need to: just write an address in a specific box which is automatically added in the post editing window. Map can be placed before (default) or after the content in your single post template. The cool bo.........

Similar: 13%

MapJam Embedded Maps

MapJam is the easiest way to add fully customized and branded maps to any WordPress site. It gives individual users and businesses the power to create branded, personalized maps helping to remove unnecessary clutter and highlight map content while providing context. MapJam is free to use and inclu.........

Similar: 13%

Google Maps v3 Shortcode multiple Markers

This plugin allows you to add one or more maps (via the Google Maps v3 API) to your page/post using shortcodes. This plugin supports multiple markers per map ! Features: multiple maps on the same post multiple markers per map set map size set zoom level set map type set location by latitude/longi.........

Similar: 13%

Twitchers

Twitcher allows people who visit your web site to post wildlife sightings and display them on a Google map. The plug-in only offers a front end google maps geotagging option. The plug-in was inspired by the Sightings plug-in but with lots of fixes to the code. You can display the maps using one of t.........

Similar: 12%

Very simple Google map

This is s very simple plugin for Google map. This plugin will show your location image.You can use this plugin very easily....

Similar: 12%

Tracks2Map

DE:Technisches Das Plugin sucht bei Aktivierung alle GPX Dateien, die mit einem Artikel verknüpft sind, speichert sie im Ordner "wp-content/uploads/cachegpx", reduziert die Punkte der Tracks und speichert auch die reduzierten GPX Dateien im JSON Format im Ordner "wp-content/uploads/cachegpx". Dies.........

Similar: 12%