Embed Google Map

- Yes
Features:
* It's possible to embed one or more Google Maps within an article.
* The address or the coordinates which location is shown on a map is given as a parameter.
* Define the language of the Google Maps interface.
* Define the type of the map (normal, satellite, hybrid, terrain).
* Define the size of the map.
* Define the zoom level.
* Hide/show the info label.
* Define the border width.
* Add link to the full size map.
* Define the link label.
* Support for HTTP and HTTPS.
Basic usage
To embed a map in an article use the following code:
{google_map}address{/google_map}
{google_map}address|zoom:10{/google_map}
{google_map}address|zoom:10|lang:it{/google_map}
{google_map}address|width:200|height:200|border:1{/google_map}
{google_map}address|width:200|height:200|link:yes|link_label:Label{/google_map}
{google_map}address|link:yes{/google_map}
{google_map}address|type:satellite{/google_map}
{google_map}address|show_info:no{/google_map}
{google_map}address|https:yes{/google_map}
*{google_map}latitude,longitude{/google_map}
* latitude,longitude = coordinates in decimal degrees
Example 1
Replace the "address" string with the address which location you want to show on the map.
{google_map}Sunset Boulevard West Hollywood{/google_map}
Example 2
Replace the "latitude" and "longitude" strings with the coordinates which location you want to show on the map. The coordinates must be expressed as decimal degrees.
{google_map}60.1705,24.9384{/google_map}
How ever I wanted to know is there a way to change the marker and replace it with a logo that i want to use
Google Maps JavaScript API allows customization of the embedded maps by using custom designed images. Unfortunately this plugin is not using the API, so replacing the marker with your own logo is not possible.
The geomap feature is what hooked me to it.
But this extension allows me to leave SOBIPRO which with all its great features is very complex and need rocket science.
Thanks Petteri Kivimäki, if you had a PayPal donate link, I would use it.
Thank you Thank you for making something necessary in today's business sites and simplicity itself to use.
Good work guys..Keep it up...
Since the version 1.1.1 it's possible to enter coordinates as well. Comma separated latitude and longitude must be expressed as decimal degrees, e.g. 60.1705,24.9384.
Regards,
Petteri Kivimäki


