Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Hi everyone,
I wanted to be conform with the bing maps terms of use when i'm selling a tour to a client including this API. So i wrote a mail to bing maps and tried to explain the way i use it, but i think i wasn't be understood (english) because they send me a kind of check list with prices (begins at 4500€/year).! (see attachments)
So i'd like to know which way Krpano users get API key for their clients? May be the client has to ask his own API key or i have to buy a bing map licence on Krpano web site for each client and then ask the key for his web server?
Thanks to share your experience.![]()
Steph.
This post has been edited 1 times, last edit by "esys" (Apr 10th 2012, 11:13am)
Hi everyone,
I wanted to be conform with the bing maps terms of use when i'm selling a tour to a client including this API. So i wrote a mail to bing maps and tried to explain the way i use it, but i think i wasn't be understood (english) because they send me a kind of check list with prices (begins at 4500€/year).! (see attachments)
So i'd like to know which way Krpano users get API key for their clients? May be the client has to ask his own API key or i have to buy a bing map licence on Krpano web site for each client and then ask the key for his web server?
Thanks to share your experience.![]()
Steph.
I'm also interested in finding an answer to this.Hi everyone,
I wanted to be conform with the bing maps terms of use when i'm selling a tour to a client including this API. So i wrote a mail to bing maps and tried to explain the way i use it, but i think i wasn't be understood (english) because they send me a kind of check list with prices (begins at 4500€/year).! (see attachments)
So i'd like to know which way Krpano users get API key for their clients? May be the client has to ask his own API key or i have to buy a bing map licence on Krpano web site for each client and then ask the key for his web server?
Thanks to share your experience.![]()
Steph.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<krpano version="1.0.8.15" title="Virtual Tour" onstart="startup();"> <include url="skin/vtourskin.xml" /> <!-- set skin settings: bingmaps? gyro? --> <skin_settings bingmaps="true" bingmaps_key="xxxxxxxxxxxxxxxxxxxxx" gyro="true" /> <!-- set optional skin logo url --> <layer name="skin_logo" url="" scale="0.25" opened_onclick="openurl('...',_blank);" /> <plugin name="map" url="plugins/bingmaps.swf" alturl="plugins/bingmaps.js" align="leftbottom" width="400" height="300" x="0" y="0" keep="true" key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" maptype="satellite" lat="46.632503" lng="34.859557" zoom="1" activespotenabled="false" bgcolor="0x000000" bgalpha="0.0" onmapready="" onmaptypechanged="" onmapmoved="" onmapzoomed="" > </plugin> |