English 中文(简体)
如何在安伯斯使用途径和区域绘制可点击的海关地图
原标题:How to buil a clickable custom map using path and region in Android

为了解释我的问题,我将首先进行个案研究,研究不是我必须做的事,而是给你一个良好的想法,了解我所说的话。

• 绘制你拥有各州/省份的美国地图。 这些省份的每一个都形成了一种随意的形态(随机我指的是它不是一个 rec、三角或圈子)。 我需要独立地建立这些形状,准确大小,并将其放在代表国家的屏幕上。 最后,每个省份都应被点击。

为此:

(1) 我不想使用 go图

2) I guess that I ll have to construct each provine using android path and android region ... can you confirm?

3) 是否有铺设这些道路的图形工具(货物进口?)

4) 假设我成功地走了这条道路,我如何能够把他们放在屏幕上的正确位置?

5) 我如何将这些道路点击?

基本上,我想建立一个交互式地图,其中可点击的项目不使用谷歌地图,因为它赢得了一定无疑的地图。

感谢您的帮助,

R.

问题回答

问题有许多变量:

  1. 如果你不希望使用黄色地图,你就需要使用另一个发动机。 有几个公开来源。

  2. 如果你觉得不需要地图发动机,那么你就不得不让你们重新掌握美国的形象,以掌握观点的形象。

  3. 你们计划如何划定边界? 您是否对边界数据进行了协调,或计划人工提取这些数据。

I would suggest first looking at openstreetmap: http://www.openstreetmap.org/ The have a lot of information and tools on creating Maps. From there you can attack adding to the phone. Or you can use their web api and build a web view for doing what you suggest.





相关问题
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 ...

热门标签