*/ require_once 'phoogle.php'; $map = new PhoogleMap(); $map->setAPIKey("ABQIAAAA0ksKqHM3yT_xmOPe0DANGRRMlCWGe88WcLmN582t1mFB9gpW6hTvRlzTS-LCJ8nFoD2AGi5vq0X-Yg"); ?> printGoogleJS(); ?> addAddress('208 Dingler Ave, Mooresville, NC 28115'); $map->addAddress('210 Doster Ave, Mooresville, NC 28115'); $map->addAddress('300 Dingler Ave, Mooresville, NC 28115'); $map->addAddress('123 DoesNotExist, Mooresville, NC 28115'); $map->addAddress('345 DoesNotExist, Charlotte, NC 28202'); $map->showMap(); ?>

The following points are NOT displayed on the map:

(displayed using a table with an id of "my_table")

showInvalidPoints("table","my_table"); ?>

(dispayed using an unordered list with an id of "my_list")

showInvalidPoints("list","my_list"); ?>