Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; GmaLine has a deprecated constructor in /home/pmwiki/pmwiki/cookbook/GoogleMapAPI/GoogleMapAPI.php on line 58

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; GmaMap has a deprecated constructor in /home/pmwiki/pmwiki/cookbook/GoogleMapAPI/GoogleMapAPI.php on line 107

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; GmaPoint has a deprecated constructor in /home/pmwiki/pmwiki/cookbook/GoogleMapAPI/GoogleMapAPI.php on line 164

Warning: Cannot modify header information - headers already sent by (output started at /home/pmwiki/pmwiki/cookbook/GoogleMapAPI/GoogleMapAPI.php:58) in /home/pmwiki/pmwiki/pmwiki.php on line 478

Warning: Cannot modify header information - headers already sent by (output started at /home/pmwiki/pmwiki/cookbook/GoogleMapAPI/GoogleMapAPI.php:58) in /home/pmwiki/pmwiki/pmwiki.php on line 1847
PmWiki | GoogleMapAPI / Example
Recent Changes - Search:

PmWiki

pmwiki.org

Example

⚠ (:gma-map:)

This example demonstrates two features. The first is the address feature. This feature allows the wiki editor to add a point using an address. The default behavior for GMA is to use latitude and longitude.

( :gma-point addr='1600 Pennsylvania ave, washington DC': ) ⚠ (:gma-point addr='1600 Pennsylvania ave, washington DC':)

The second feature is the use of markers. This is demonstrated by the marker with the letter 'Q'. Presently (2.2.0-Pre6), only letters A-Z are permissible. A future release should add other "standard" Google Maps markers.

(: gma-point lat=38.8533 lon=-77.124:)

⚠ (:gma-point lat=38.8533 lon=-77.124 marker=Q :)

Edit - History - Print - Recent Changes - Search
Page last modified on September 10, 2011, at 05:58 PM