我需要将地图(Google 地图或任何其他地图)嵌入到我的应用程序中
我正在开发一个应用程序,该应用程序显示区域地图,当该区域的网络中断时,该特定区域会闪烁。
例如,在全球地图上,如果印度的网络服务器关闭,应用程序将通过突出显示印度地图来突出显示它。我该怎么做?
任何想法请...它有点紧急。
Im on developing an application which shows a Region Map and the specific region blinks when the network is down for that area.
For example on the worldwide map, if India's network server is down , the application would highlight the India Map by highlighting it. How do i do this?
Any ideas please.. Its little urgent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 http://code.google.com/apis/maps/documentation/javascript
分步教程:http://code.google。 com/apis/maps/documentation/javascript/introduction.html
您将需要探索“叠加层”;您可以在地图上绘制多边形以模拟所需的行为
Take a look at http://code.google.com/apis/maps/documentation/javascript
Step by step tutorial: http://code.google.com/apis/maps/documentation/javascript/introduction.html
You will need to explore "Overlays"; you can draw polygons on map to emulate the required behavior