I would like to propose two main API calls for the new features. The first is a SHALLOW general gemometry based GET for all points of intrest. The second is a DEEP GET for a single point of intrest.
GET
Paramters:
| typedef void(^TCVoidBlock)(void); | |
| @interface NSObject (TCBlocks) | |
| - (void)performBlock:(TCVoidBlock)block afterDelay:(NSTimeInterval)delay; | |
| - (void)performBlockInBackground:(TCVoidBlock)block; | |
| - (void)performBlockOnMainThread:(TCVoidBlock)block waitUntilDone:(BOOL)wait; | |
| @end |
| import java.awt.Robot; | |
| import java.awt.event.InputEvent; | |
| class Untitled { | |
| public static void main(String[] args) { | |
| try { | |
| Robot robot = new Robot(); | |
| for (int i=0; i<10; i++) { |