android - City public transport routes application -
android - City public transport routes application -
i've decided create android localization application diploma , i'm thinking functionality. want application store city's public transport routes , draw them on map. i'm kinda new android localization mechanisms , don't now, if it's possible implement. here questions i'd ask:
how can store routes? how can draw them? is possible localize route crosses point on map?any links posts, documentation, sources highly appreciated.
i've decided create android localization application
i fail see how here relates localization term tends used in software development. if have different definition of term in mind, may wish edit question , provide definition.
how can store routes?
store them in file. in whatever file format them in city (to simplify synchronization) or in converted format (to simplify rendering).
how can draw them?
you failed indicate using maps. there multiple mapping solutions android.
assuming intend utilize google maps add-on android, create subclass of overlay
, override draw()
render routes, using projection
convert between latitude/longitude , pixel coordinates.
is possible localize route crosses point on map?
i think route's location labels localized language , city civilization info obtain city.
android localization map routes
Comments
Post a Comment