English 中文(简体)
选择地图标识,在和roid地图中添加斜线吗?
原标题:Select Map marker with reticle in android MapView?

我的申请要求用户在地图上选择一个地点。 我将利用“谷歌之窗”把位置标码放在地图上。 然而,有时用户可能选择某个地点,例如公园的一处藏匿点,IS NOT被列入APIC。 一种选择是向用户提供选择一个地点的选择,该地点用两个不同的地图绘制地图,标明已知地点。 然而,我认为,完美的解决办法是使用包含地图标识的一张地图,但也允许用户选择一个没有相关标识的地点。

我的想法是,在自己的超支中采用一种调子,尽管有滚动和选择的纽伦,但在马普托意见中仍然以身为中心。

If the reticle is over a marker, for example, Sams Cafe , then the button would read "Select Sam s Cafe ", if the reticle isn t over any Map Markers, then the button would read "Select this location".

我正在忙于确定一种办法,以核实改观已超过标记。 由于标识仅限于一个GeoPoint,因此用户要尝试和把改话中心与准确的Geo Point相匹配,将是非常困难的、令人沮丧和耗费时间的。

What would be optimal is a check to see if the reticle is over the Map Marker graphic. I presume this will utilize projections and bounds??

Two questions, How to do this if possible? or, is there a better UI that I am overlooking that is much easier to achieve?

感谢你的审议。

问题回答

如果你使用你的话比任何人更好,但你为什么会把任何用户排除在任何地理编码之外。 与用户通过标识选择地点一样,根据该用户将确认地点,如果该地点已经进入任何地点,则该用户将显示地址或显示附近地点。 例如,让用户从标识器中选择地点的时间长。 , 如果用户确认,该地点然后将其放在地表上,并找到地点地址,则该地点肯定会归还可能准确的地址或附近的地址,如果用户喜欢,用户将予以确认。 请通知其不可行的方式。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签