search for: mqa

Displaying 3 results from an estimated 3 matches for "mqa".

Did you mean: ma
2016 Feb 10
0
Flac and MQA
Matko Uibo wrote: > There is new Hi-Rez audio format avaliable - MQA - Master Quality > Authenticated > > Have anybody looked deeper into this to confirm is it some kind of drm? Hi Marko, I had never heard of MQA before, and now have only read the blog post you included a link to plus a follow-up post by the same blogger. MQA is not a system of DRM but,...
2009 Apr 14
2
routes with google maps API
Hi, I''m using mapstraction with Google Maps api and I want to use routes. As of now, mapstraction only supports mapquest API to do this, so can I use the underlying googlemaps API to do this, while using mapstraction? If yes, how? Btw, mapquest route demo doesn''t work (Error: MQA is not defined / Source File: http://mapstraction.com/mapstraction-js/mapstraction.js / Line: 621) Thank you. Best regards, Carlos
2009 Feb 12
0
Patch to handle MapQuest icon size and icon anchor parameters
...We use MapQuest API v5.3. That may make this not work in all cases, I know the icon stuff changed somewhat between 5.2&5.3. 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...