search for: apidocumentation

Displaying 2 results from an estimated 2 matches for "apidocumentation".

Did you mean: api_documentation
2009 Feb 12
0
Patch to handle MapQuest icon size and icon anchor parameters
.... To make work on MapQuests 5.2 API, I *think* would only take the following conversions. 1) MapIcon -> Icon 2) mqmarker.setValue(''iconOffset'', new MQA.Point(x,y)); -> icon.setAnchorOffset(new MQA.Point(x,y)); based on http://developer.mapquest.com/content/documentation/ApiDocumentation/53/JavaScript/JS_DeveloperGuide_v5.3.0.1.htm#styler-id1.6.5 Since I am only able to test using the 5.3, I am going to post the diff to make that work. svn diff is attached. Thanks, Brandon Opfermann Entertainment Publications -------------- next part -------------- An embedded and charset...
2011 Oct 18
3
Database custom formatter
I am trying to write a custom formatter to update a database record based on example results. Having a lot of trouble, so I thought to ask if anyone has a custom formatter that writes results to a database or outputs results in JSON or some other programmatic format. A working example will go a long way in helping me work thru my own use case. Thanks -------------- next part -------------- An