|
POST
|
Hi Thomas Saldana, Perhaps you could try using FeatureLayer | ArcGIS Android 10.2.9 API and using the setLabelsEnabled(boolean) to turn on labels for your feature. This would take a feature table as the constructor for a feature layer and you should be able to construct the feature table from a GeodatabaseFeatureServiceTable. I hope this helps! Thanks, Alexander
... View more
04-13-2017
06:39 AM
|
0
|
2
|
2149
|
|
POST
|
Hi Centerline Mapping, For the older version of the runtime, have you tried using LayerTimeOptions | ArcGIS Android 10.2.9 API ? Thanks, Alexander
... View more
04-13-2017
06:32 AM
|
0
|
3
|
1908
|
|
POST
|
Hello Tércyo Storck, Can you post the error that you get when the application crashes? Additionally, are you using any other libraries in your project? Could you post the dependencies from your gradle file? It should look something like this: dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:design:25.2.0'
testCompile 'junit:junit:4.12'
} Thanks, Alexander
... View more
04-13-2017
06:23 AM
|
0
|
2
|
1549
|
|
POST
|
Hi thomassldn, I was under the assumption that you were working with Runtime version 100, not runtime version 10.2.x. I will need to go and revisit the previous runtime version and see if I can come up with something. Thanks, Alexander
... View more
04-13-2017
05:38 AM
|
0
|
0
|
2149
|
|
POST
|
Hi Thomas Saldana, I would look into turning on labeling via the feature layer method setLabelsEnabled(booelan enabled): FeatureLayer| arcgis-android I believe that documentation link should put you on the correct path. Thanks, Alexander
... View more
04-12-2017
07:46 AM
|
0
|
6
|
2149
|
|
POST
|
Sorry 9erNumber16, At this time, I did not discover anything worthwhile in sharing regarding this case. I am still reviewing some notes and hope to have an update soon. Thanks, Alexander
... View more
04-07-2017
06:26 AM
|
0
|
0
|
2826
|
|
POST
|
Hi Martin Kantar, While I do not know when the next release is (I am not in product management), I do believe that a helpful resource to use would be the ArcGIS Blog for Android. This is where you can get the inside scoop on upcoming releases, betas, and even helpful examples provided by some of the product engineers on the runtime team. This is the link to the RSS feed if you would prefer to subscribe to updates that way. While this is not the answer you may be looking for, I hope it helps you find your resolution. Thanks, Alexander
... View more
04-04-2017
06:09 AM
|
1
|
0
|
863
|
|
POST
|
Hello Pranav MS, You could build a view in android with two edit texts that let you take the distance and angle. From there, you could plug this into the GeometryEngine's moveGeodetic method and this should return a new point from the starting point which you can then use to build your polygon. You can then put this returned points into a point collection and when you press finish (ButtonView wired by you) you can return a Polygon by passing the point collection into a PolygonBuilder ( PolygonBuilder| arcgis-android ). I hope this helps! Thanks, Alexander
... View more
04-04-2017
06:01 AM
|
1
|
6
|
4407
|
|
POST
|
Hi Mustafa Asaad, In that case, I would build the mobile map package in ArcGIS Pro using your streets and then using this class MobileMapPackage| arcgis-android you could open the package and grab the map and the layers. You could then use your algorithm in the application to work with your dataset presented in the map. I hope this helps! Thanks, Alexander
... View more
04-04-2017
05:51 AM
|
1
|
2
|
1712
|
|
POST
|
Hi mostfaasaad, Are you looking to build your own routing solution from scratch or are you looking to use the network analyst tools to build the network dataset? Additionally, you can use ArcGIS Pro to create a mobile map package with your network datasets and locator which you can then access on the mobile device. It really depends on your requirements.
... View more
04-03-2017
06:11 AM
|
0
|
4
|
1712
|
|
POST
|
Hi Josh Bartz, I did investigate this a bit and found the behavior that you described on Android to be replicated. I still need to test against runtime version 100 to see the behavior there. Thanks, Alexander
... View more
03-30-2017
11:27 AM
|
2
|
4
|
2826
|
|
POST
|
Hi Josh Bartz, Thanks for the clarification. I will take a look into it when I get some free time and see what I can find. Thanks, Alexander
... View more
03-30-2017
07:58 AM
|
0
|
0
|
2826
|
|
POST
|
Hi Josh Bartz, Do you have a sample DynamicLayer we can test with? I think for myself, I would do something like this to get all layers to show (based on the documentation): ArcGISDynamicMapServiceLayer serviceLayer = new ArcGISDynamicMapServiceLayer(url, null, credentials); I look forward to your reply. Thanks, Alexander
... View more
03-30-2017
06:07 AM
|
0
|
7
|
2826
|
|
POST
|
Hi Alejandro Pallares, I believe what you are looking to do is call the screenToLocation(Point point) method in the mapView. This would allow you to take the screen coordinates and get them converted to real world coordinates in the mapview and place a point or graphic. The following documentation should be of help to you: MapView screenToLocation | arcgis-android Thanks, Alexander
... View more
03-30-2017
05:44 AM
|
1
|
0
|
2501
|
|
POST
|
In your code I am reading: Point pointGeometry = new Point(latitude, latitude, 5, SpatialReference,getWgs84()); where I think you meant: Point pointGeometry = new Point(longitude, latitude, 5, SpatialReference,getWgs84());
... View more
03-27-2017
08:50 AM
|
0
|
1
|
2462
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-15-2014 03:16 PM | |
| 1 | 01-06-2015 03:33 PM | |
| 1 | 12-02-2014 10:47 AM | |
| 1 | 07-15-2014 03:31 PM | |
| 1 | 09-23-2014 03:59 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|