地理定位辅助 ATM 监控
我们想编写一个基于 Web 的应用程序来监控银行的 ATM 机,以具有以下功能:
- 显示每个终端的位置
- 显示 ATM 机的一般状态
颜色编码或简单的终端
图标(ATM 向上/向下/需要注意,
现金少等) - 有设施可以深入了解 机器的状态有更多
详细信息(显示计数器、正常运行时间、
等) - 有放大地图的功能 平移地图并搜索
按地址或地理位置进行定位
机器的状态可在 Oracle 数据库中获取,并且地理位置将添加到终端定义中
是否有现成的开源 API 可用于实现上述要求? 如果有 Oracle 的东西那就太好了
PS:我们正在寻找一个 API 来支持以下国家(阿联酋和海湾合作委员会、哈萨克斯坦、埃及和北非)
谢谢
we would like to write a web based application to monitor the ATM machines in the bank to have the following functionality:
- Display location of each terminal
- Display general status of the
terminal in color coding or simple
icon (ATM up/Down/needs attention,
low cash, etc.) - Have a facility to drill down on the
status of the machine with more
details (display counters, up time,
etc.) - Have the facility to zoom in the map
and pan the map, and to search for
locations by address or geo location
The status of the machine is available in an Oracle database, and the geolocation is to be added to the terminal definition
is there any ready open source API available to use to implement the above requirements? if there is something for Oracle it would be great
PS: we are looking for an API to support the following countries (UAE and GCC, Kazakhistan, Egypt and North Africa)
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 Google 地图 API,它使用许多在线用户熟悉的 UI,而且可以根据您的需要进行定制。
优点
缺点
I would suggest using Google's Maps API, it uses a UI familiar to many people online and it can be customized as you see fit.
Advantages
Disadvantages
目前,ATM 行业没有开源解决方案,基本上,如果您想编写一个应用程序,请考虑多供应商特定的应用程序。您所说的可能性只有在所有 ATM 机都具有通用接口的情况下才可能实现,从供应商到供应商它都不同。
如果您有更多疑问,请告诉我
At presently in the ATM industry there is no open source solution,,, and basically if you want to write an application consider multivendor specific.The possibilites which you say could be only if all ATM Machines have common interface, from vendor to Vendor it differs.
Do let me know if you have more queries