@@ -34,7 +34,7 @@ Each attribute of a macro is separated by a "|" and uses an "=" to define that a
You can convert a macro into a GMap array with the function gmap_parse_macro(). If you need to parse a macro generated with an old version of GMap where the point format was longitude, latitude, set $version to 1: gmap_parse_macro($my_macro, 1); otherwise, you may omit it.
<?php
<?php
/**
* function gmap_parse_macro()
* Convert a macro string into a GMap array.
...
...
@@ -76,7 +76,7 @@ Once you build a GMap array, you can render it as a map using a theme function p