Subject: RE: Find your felonI was interested in seeing where they pulled there data.. and this is what the code says /* Description: Adds 6 random markers around location. Parameters: start_point - the starting coordinates, lat/long */ function add_random_markers(start_point) { This is the function to add markers.. and this is the actual call /* Call the php file which will return the random text and associated marker icon*/ GDownloadUrl("get_random_text.php?num=" + total_markers, function(data, responseCode) { So clearly just random text
|