pop up in single map?

Re: [rez] pop up in single map?

By robin - March 29, 2011

Hi Rez,

Thanks for the question. Probably the easiest thing to do if you want a popup is to use the multi example and change the viewer code at the top so only one result is displayed. Something like this:
// get records
list($myRecords, $myMetaData) = getRecords(array(
'tableName' => $GLOBALS['GEOCODER_SAMPLE_TABLENAME'],
'where' => whereRecordNumberInUrl(1),
'limit' => 1
));


Hope that helps,
Robin
Robin
Programmer
interactivetools.com