E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
MapView
IOS开发之---地图显示
(1)首先拉一个
mapView
到你的工程(2)在你的Controller.h中加入:@interfaceEXViewController:UIViewController{ @private MKMapView
wbw1985
·
2012-06-01 14:00
ios
null
interface
CLLocation
反向地理编码用法
MKReverseGeocoder MKReverseGeocoder *reverseGeocoder =[[[MKReverseGeocoder alloc] initWithCoordinate:self.
mapView
.userLocation.location.coordinate
lanluo
·
2012-06-01 13:00
MapView
MapKit
Android 画布绘图
在第7章中也使用了Canvas来为
MapView
标注覆盖。画布(Canvas)是图形编程中一个很普通的概念,通常由三个基本的绘图组件组成:Canvas提供了绘图方法,可以向底层的位图绘制基本图形。
erbo2008
·
2012-05-30 17:00
android
mapKit
1、概述插入
MapView
,设置Delegate(一般为Controller),Annotations记录兴趣位置点(AnnotationView用来显示兴趣位置点),annotation是可选的,选中的
ssanonymity
·
2012-05-29 15:00
Titanium Mobile - 移动Annotation的模块(移动地图里的Pin)
本文转载自titaniummobile中文开发社区http://www.tidevcn.com/article-18-1.html可一个
mapview
里的pin添加一个移动功能,这个非常施用,强烈推荐
Ti开发者
·
2012-05-24 14:33
mobile
Titanium
Titanium
mobile中文开发社区
把经纬度显示定位在google地图 (精简)
private void showLocation() { MapController mc =
mapView
.getController(); mc.setZoom(INITIAL_ZOOM_LEVEL
sfshine
·
2012-05-22 18:00
google地图
谷歌
MapView
com.google.android.mapsClassMapViewjava.lang.Object android.view.View android.view.ViewGroup com.google.android.maps.
MapView
AMinfo
·
2012-05-14 13:00
object
Google
Class
animation
events
attributes
iOS annotation
1.添加到
mapview
的子视图不会随地图的移动而移动,
mapview
会固定其子视图的位置。如果要添加随着地图移动的子视图,可以使用annotations和overlays。
yhawaii
·
2012-05-10 09:00
ios
object
image
properties
interface
Annotations
IOS开发之MapKit学习笔记
MapKit学习笔记 1、概述插入
MapView
,设置Delegate(一般为Controller),Annotations记录兴趣位置点(AnnotationView用来显示兴趣位置点),annotation
sanpintian
·
2012-05-09 13:00
ios
timezone
CLLocation
Annotations
MapKit
数学计算
MapView
使用示例
一、
MapView
申请apiKey 打开Eclipse--->Windows--->Preferences--->Android--->Build 查看默认的debug keystore
whui0110
·
2012-05-08 10:00
MapView
Android中不能解析GIS类的XML文件或不能引入GIS类问题
运行时的错误信息:Couldnotfindclass'com.esri.android.map.
MapView
',referen
ArcGIS_Mobile
·
2012-05-07 16:00
eclipse
xml
android
api
jar
Class
Android中不能解析GIS类的XML文件或不能引入GIS类问题
运行时的错误信息:Couldnotfindclass'com.esri.android.map.
MapView
',referencedfr
wozaifeiyang0
·
2012-05-07 16:00
eclipse
android
xml
api
jar
Class
Android 上创建和地图相关的应用,用 Google 地图 API 好,还是百度等第三方地图 API 好
通过特殊的
Mapview
的嵌入方式进行,那么就要确定你要使用哪种api了,特别是google的mapsapi,必须要在androidmanifest.xml里面声明使用,如
yanyanquan
·
2012-04-27 13:00
android
Android 上创建和地图相关的应用,用 Google 地图 API 好,还是百度等第三方地图 API 好
2.通过特殊的
Mapview
的嵌入方式进行,那么就要确定你要使用哪种api了,特别是google的mapsapi,必须要在androidmanifest.xml里面声明使用,如果用
yanyanquan
·
2012-04-27 13:00
Android 实现大图的滚动显示
就像google地图一样,如果用
mapView
这个控件,那么可以在屏幕上拖动整个地图,但是由于地图信息量太大,如果一次拖动过快,那么屏幕会暂时显示出一些刷新痕迹(灰白的格子)。
pku_android
·
2012-04-25 23:00
android
Google
layout
UP
float
IOS开发之——MapKit地图
1、概述插入
MapView
,设置Delegate(一般为Controller),Annotations记录兴趣位置点(AnnotationView用来显示兴趣位置点),annotation是可选的,选中的
pjk1129
·
2012-04-24 09:00
ios
Date
object
UIView
Annotations
MapKit
arcgis android sdk load local tile
public class LocalTiledLayer extends Activity {
MapView
map = null; ArcGISLocalTiledLayer local
bochuxt
·
2012-04-24 04:00
android sdk
Android Google Map实例 - 获取cdma基站经纬度(Android
mapview
)
已经将GPS信息标注在googlemap上了,怎么将目前正在提供服务的基站位置也标注在googlemap上呢? 标注的方法与标注自定义图标一样,关键是如何获取cdmacelllocation,为这个问题困扰了好几天,有人说利用googlegears方法,不过这种方法原理是取得目前通讯的基站信息譬如cidnid等,上网查询并反馈对应的基站经纬度,需要对应的网站有足够的基站经纬度信息。 对于CDMA
strliu
·
2012-04-21 18:00
android
Google
service
手机
通讯
获取地图边界的两种办法
-(IBAction)getBounds:(id)sender{ MKMapRectmRect=self.
mapview
.visibleMapRect; MKMapPointneMapPoint=MKMapPointMake
edward0004
·
2012-04-18 11:00
search
MKMapView 相关
1、概述插入
MapView
,设置Delegate(一般为Controller),Annotations记录兴趣位置点(AnnotationView用来显示兴趣位置点),annotation是可选的,选中的
oop_aop
·
2012-04-17 16:00
android 地图
MapView
API Key 获取
1.首先先要获取你的debugkeystore位置:打开Eclipse--->Windows--->Preferences--->Android--->Build显示DefaultDebugKeystoreC:\DocumentsandSettings\Administrator\.android\debug.keystore2:在cmd中执行keytool-list-aliasandroidde
ID19870510
·
2012-04-17 16:00
c
android
xml
api
cmd
layout
屏幕大小适应地图上的所有的坐标
-(void)zoomToFitMapAnnotationsOK:(MKMapView*)
mapView
{ if([[mapviewannotations]count]==0) return;
edward0004
·
2012-04-11 11:00
Annotations
地图定位
IBAction)locateUser:(id)sender{ CLLocationCoordinate2Dcoordinate; coordinate.latitude=self.
mapview
.userLocation.location.coordinate.latitude
edward0004
·
2012-04-11 11:00
android开发问题:java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected imp
1.基础错误保证你的
MapView
的定义是正确的。使用你自己的apiKey,自己生成。在Manifest.xml中声明权限: 在 保证你的代码其他的全部正确。
ltl451011
·
2012-04-10 15:00
android
layout
application
Class
获取Maps API Key
4:在开发和调试过程中可以使用debugkey(C:\User\\.android\)二:步骤 在模拟器中正常使用GoogleMap之前需要提供一个APIKey(密钥),否则在
MapView
中只能看到网格
zhaoxiao2008
·
2012-04-09 22:00
c
android
api
user
Google
layout
获得View的大小
在onCreate()中
mapView
.post(new Runnable(){ public void run() { // heightOfMapView
michaelye1988
·
2012-04-09 20:00
view
获得View的大小
在onCreate()中
mapView
.post(new Runnable(){ public void run() { // heightOfMapView
michaelye1988
·
2012-04-09 20:00
view
ArcGIS Runtime SDK for Android v1.1发布
ArcGISRuntimeSDKforAndroidv1.1,增强和改进如下:API:1、从ArcGIS.com上搜索和使用content、users和groups;2、支持要素定义存储在本地设备上的要素的高级符号化渲染;3、支持单个应用程序中多个
MapView
ArcGIS_Mobile
·
2012-04-09 15:00
常遇到的陷阱
很多莫名其妙的崩溃是这个原因引起的*地图控件在3.x系统上有bug,如果在动画没有结束时就release掉
mapview
控件,在动画结束回调时会崩溃
hufeng825
·
2012-04-05 12:00
Android 高级绘图(转载自eoe)
在第7章中也使用了Canvas来为
MapView
标注覆盖。
qjbagu
·
2012-04-05 11:00
【转】iphone开发----计算MKMapView的缩放等级
找到了一个方法来计算地图的zoom level,如下: #define MERCATOR_RADIUS 85445659.44705395 - (int)getZoomLevel:(MKMapView*)_
mapView
82934162
·
2012-03-28 17:00
iPhone开发
iphone开发----计算MKMapView的缩放等级
了好久,找到了一个方法来计算地图的zoomlevel,如下:#defineMERCATOR_RADIUS85445659.44705395-(int)getZoomLevel:(MKMapView*)_
mapView
82934162
·
2012-03-28 17:00
Leonbao:MapKit学习笔记
1、概述插入
MapView
,设置Delegate(一般为Controller),Annotations记录兴趣位置点(AnnotationView用来显示兴趣位置点),annotation是可选的,选中的
edward0004
·
2012-03-22 19:00
Android之Google Map(一)
code.google.com/android/add-ons/google-apis/mapkey.html //xml文件 <com.google.android.maps.
MapView
·
2012-03-22 01:00
google map
MapKit学习笔记
1、概述插入
MapView
,设置Delegate(一般为Controller),Annotations记录兴趣位置点(AnnotationView用来显示兴趣位置点),annotation是可选的,选中的
edward0004
·
2012-03-21 15:00
android定位和地图开发实例
首先介绍一下地图包中的主要类: MapController: 主要控制地图移动,伸缩,以某个GPS坐标为中心,控制
MapView
中的view组件,管理Overlay,提供View的基本功能
晨曦之光
·
2012-03-20 18:00
out of memory
-------------------------------------------------------------------------------------------------
mapView
lzyfn123
·
2012-03-19 16:00
Out Of Memory
显示当前位置及设置区域 CLLocation
//显示当前位置的代码
mapView
.showsUserLocation=YES; CLLocationManager
zyslovely
·
2012-03-15 15:00
location
android定位和地图开发实例
首先介绍一下地图包中的主要类: MapController: 主要控制地图移动,伸缩,以某个GPS坐标为中心,控制
MapView
中的view组件,管理Overlay,提供View的基本功能
晨曦之光
·
2012-03-13 18:00
ArcGIS for Android示例解析之FeatureLayer服务-----SelectFeatures
publicvoidonCreate(BundlesavedInstanceState){ super.onCreate(savedInstanceState); //实例化一个
MapView
wozaifeiyang0
·
2012-03-13 14:00
android
String
null
url
query
callback
google地图密钥申请与将google地图集成到自己的程序中(附源代码)
开发google地图,很重要的一个类就是MpaView,
MapView
类是一个让你的应用可以和Google Maps融合到一起的类,就是说通过
MapView
你可以让你的应用来下载、显示、标记和控制Google
yaolingrui
·
2012-03-13 12:00
android
api
Google
layout
application
internet
android定位和地图开发实例
首先介绍一下地图包中的主要类: MapController : 主要控制地图移动,伸缩,以某个GPS坐标为中心,控制
MapView
中的view组件,管理Overlay,提供View
qeqeqe236
·
2012-03-12 13:00
22、Android之 使用手机的 GPS 功能
使用手机的GPS功能关键技能 & 概念● 使用Android的定位服务APIs● 从GPS硬件获得坐标数据● 改变活动的外观并且和RelativeLayout接触● 使用一个
MapView
来绘制你的当前位置
BELLSONG
·
2012-03-11 22:00
Android开发之:谷歌地图应用开发
【IT168技术】在开始GoogleMap之前,先来认识下maps包下两个重要的类Geopoint和
MapView
。Geopoint类是一个不可变类,表示一组经度和纬度值,以微度的整数形式存储。
892848153
·
2012-03-10 19:00
android
map
Google
调整百度地图中的logo和缩放按钮位置
//获取
mapview
中的缩放控件 ZoomControlszoomControls=(ZoomControls)
mapView
.getChildAt(2); //
mapView
.removeViewAt
conant1989
·
2012-03-08 16:00
百度
MKMapView学习系列3- 地图移动中心点获取
本文演示如何获取经纬度在MKMapViewDelegate里有个方法-(void)
mapView
:(MKMapView*)mapViewregionDidChangeAnimated:(BOOL)animated
maquanhong
·
2012-03-07 22:48
android定位和地图开发实例
首先介绍一下地图包中的主要类: MapController : 主要控制地图移动,伸缩,以某个GPS坐标为中心,控制
MapView
中的view组件,管理Overlay,提供View
leechee_1986
·
2012-03-07 20:00
html
android
layout
交通
menu
encoding
C#打造一个开源webgis(前言)
bingmap、deepearth、arcgisAPIGeoServer、mapserverPostgreSql/postgis、mysqlGDAL、sharpmap、GMLQGIS/Quantum、Udig、
MapView
langyuewu
·
2012-03-06 10:00
C#
云计算
ArcGIS for Android示例解析之高亮要素-----HighlightFeatures
对于高亮要素,简单说起来就是我们查询的或识别出来的要素进行渲染,让其突出显示而已,这个例子中涉及后面要介绍的识别的内容,我们只简单介绍相关的知识,主要介绍要素对象的渲染(也就是所谓的高亮),来看代码:
mapView
.setOnLongPressListener
wozaifeiyang0
·
2012-03-06 10:00
android
exception
Random
任务
features
sms
ArcGIS for Android示例解析之地图旋转-----MapRotation
添加地图控件,并且为地图容器中添加地图服务上面已经介绍完了,下面我们来个复杂一点的,这个例子主要实现了地图的旋转功能,下面来看一下应用的布局文件main.xml,内容如下: 布局文件中添加了一个地图的‘
MapView
wozaifeiyang0
·
2012-03-06 09:00
算法
android
layout
null
url
float
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他