| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | | Quintiq file version 2.0 |  | #parent: #root |  | StaticMethod MapQuestDeveloperKey () as String |  | { |  |   #keys: '1[103546.0.179130876]' |  |   Description: "Unique developer key for MapQuest that is required when making a request to MapQuest's server" |  |   TextBody: |  |   [* |  |     // boon kiat Nov-19-2013 (created) |  |      |  |     // Unique developer key |  |     // Request developer key from http://developer.mapquest.com/ |  |     return 'Fmjtd%7Cluubn9ur2l%2C8g%3Do5-902nqu'; |  |   *] |  | } | 
 |