CITY BUS MAP

项目名称 :
城市公交查询系统

项目预期目标:
本项目意在实现一个能反映实时公交信息的Android应用。初步计划实现以下内容:
1) 能够成功定位用户位置
2) 能成功检测用户附近的公交站点,并显示经过站点的路线(部分显示)
3) 通过查询目的地,推荐公交线路
4) 实时显示需要查询的路线距离本站点还有几站路
5) 根据不通路线预估到达目的地的时间
6) 在map上显示用户附近公交站点的位置

项目意义 :
人们在陌生的地方往往不了解城市内公交路线相关的车次和站点信息,因此用户很难快捷的找到比较合理的路线。
因此开发一个基于Android平台的城市公交查询系统,能够为广大出行者提供实时、准确、直观的公交信息。
预期通过这次项目掌握Android开发流程,熟悉敏捷开发的过程。

项目现有基础:
1) 百度地图API接口
2) 百度地图Demo

项目设计方案思路:
公交查询系统包括前端显示和后台数据管理两个主要的模块。
其中,前端主要完成:
1) 通过使用后台传输的位置信息以及筛选的公交信息,在用户界面显示出来;
a) 用户界面绘制
b) 地图界面绘制
c) 控制界面绘制
2) 能够获取用户输入的目的地或者选择的路线信息返回给后台处理。主要完成在地图上绘制路线。
后台主要完成:
1) 使用网上现有的一些API接口,得到当前用户的位置以及用户附近的公交站点信息,将信息反馈给前端进行显示。
a) 定位用户位置并返回
b) 查询路线
c) 附近公交站点查询
2) 通过用户反馈的信息进行数据查询,成功返回路线以及预估时间等信息。

时间: 2024-11-18 01:30:01

CITY BUS MAP的相关文章

[HiHoCoder]#1094 : Lost in the City 微软苏州校招笔试 12月27日

时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north. Fortunately, Little Hi has a map of the city. The map can be considered as a grid of N*M blocks. Each blo

hihoCoder - 1094 - Lost in the City (暴力枚举!!)

#1094 : Lost in the City 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north. Fortunately, Little Hi has a map of the city. The map can be considered as a gri

hihocoder #1094 : Lost in the City微软苏州校招笔试 12月27日 (建图不大【暴力枚举】 子图的4种形态 1Y )

#1094 : Lost in the City 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north. Fortunately, Little Hi has a map of the city. The map can be considered as a gri

JS爬取高德地图地址信息(周边设施经纬度)

需求:给定进百万小区名称及对应城市信息,通过高德获取其周边设施信息(交通.医疗.教育.生活设施) 高德JS API 爬取灵感来自高德开发支持的JS API,当然你也可以直接调用高德提供的api服务获取地址信息,但是api服务是有次数限制.而JS API的调用并没有次数限制,经我的验证一个爬取节点控制在500毫秒的抓取频率是没有限制的. https://lbs.amap.com/api/javascript-api/example/poi-search/keywords-search 高德地址信息

C#实现百度地图附近搜索&调用JavaScript函数

前一篇文章"C#调用百度地图API入门&解决BMap未定义问题"讲述了如何通过C#调用百度API显示地图,并且如何解决BMap未定义的问题.这篇文章主要更加详细的介绍百度地图的一些功能,包括附近搜索.城市搜索.路线规划.添加覆盖物等等. 希望文章对你有所帮助!如果文章中有不足之处,还请海涵~ 百度官方文档:http://developer.baidu.com/map/jsmobile.htm 官方DEMO例:http://developer.baidu.com/map/jsde

Android_Spinner_SimpleAdapter

xml布局文件: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:

hihoCoder#1094

刚开始学习C语言,准备在做hiho的题目的过程中来学习,在此进行记录,如果代码中有错误或者不当的地方还请指正. 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north. Fortunately, Little Hi has a map of the city. The

Beanutils的使用

这是两个javaBean对象 package com.beanutils ; import java.util.*; public class Person { private String name; private String sex; private int age; private Address address; private List goods; private Map contact; public Person() { } public Person(String name

Abstract

In order to get the best combination of the optimal accommodation type and the travel days, we use three indicators to measure it : the total number of camp points , travel teams, utilization of camp points. First of all, the related parameters are c