<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: add image which dynamically changing size when zooming the map in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286588#M1917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Kae Woei,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Try removing the line&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;graphicsOverlay.setScaleSymbols(true);&lt;/STRONG&gt;&amp;nbsp;in the code above, so the GraphicsOverlay doesn't honor the reference scale. Then&amp;nbsp;zoom the map until the symbol is the correct size on the map. Then set the map's reference scale to the current map scale as follows, and also&amp;nbsp;tell the GraphicsOverlay to start honoring the map's reference scale.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;mMap.setReferenceScale(mMapView.getMapScale());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;mGraphicsOverlay.setScaleSymbols(true);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2020 10:15:04 GMT</pubDate>
    <dc:creator>AlanLucas</dc:creator>
    <dc:date>2020-01-21T10:15:04Z</dc:date>
    <item>
      <title>add image which dynamically changing size when zooming the map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286584#M1913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ArcGIS team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added an Image (example: floor plan) by using PictureMarkerSymbol class; and add the graphic onto map by using GraphicOverlay class.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;PictureMarkerSymbol pictureMarkerSymbol = &lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;PictureMarkerSymbol(myImage)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;Graphic graphic = &lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;Graphic(polygon.getExtent().getCenter()&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;pictureMarkerSymbol)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;
&lt;/SPAN&gt;pictureMarkerSymbol.loadAsync()&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;pictureMarkerSymbol.addDoneLoadingListener(&lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;Runnable() {
    &lt;SPAN style="color: #bbb529;"&gt;@Override
&lt;/SPAN&gt;&lt;SPAN style="color: #bbb529;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;public void &lt;/SPAN&gt;&lt;SPAN style="color: #ffc66d;"&gt;run&lt;/SPAN&gt;() {&lt;SPAN style="color: #808080;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;mGraphicsOverlay&lt;/SPAN&gt;.getGraphics().add(&lt;SPAN style="color: #b389c5;"&gt;graphic&lt;/SPAN&gt;)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;    &lt;/SPAN&gt;}
})&lt;SPAN style="color: #cc7832;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;However, I am facing issue where the image loaded is fixed on its size and not dynamically resize when I zoom in or out of the map. For instance, when I zoom into the map -- the image should be bigger; when I zoom out of the map -- the image should be smaller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Kae Woei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286584#M1913</guid>
      <dc:creator>Kae_WoeiKang</dc:creator>
      <dc:date>2021-12-11T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: add image which dynamically changing size when zooming the map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286585#M1914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I should refined my question... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I wish to set the four corners of my image on its corresponding latitude and longitude.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;PointCollection coloradoCorners = &lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;PointCollection(SpatialReferences.&lt;SPAN&gt;getWgs84&lt;/SPAN&gt;())&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;coloradoCorners.add(floorPlan.getTopLeft().&lt;SPAN style="color: #9876aa;"&gt;Longitude&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;floorPlan.getTopLeft().&lt;SPAN style="color: #9876aa;"&gt;Latitude&lt;/SPAN&gt;)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;coloradoCorners.add(floorPlan.getTopRight().&lt;SPAN style="color: #9876aa;"&gt;Longitude&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;floorPlan.getTopRight().&lt;SPAN style="color: #9876aa;"&gt;Latitude&lt;/SPAN&gt;)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;coloradoCorners.add(floorPlan.getBottomLeft().&lt;SPAN style="color: #9876aa;"&gt;Longitude&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;floorPlan.getBottomLeft().&lt;SPAN style="color: #9876aa;"&gt;Latitude&lt;/SPAN&gt;)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;coloradoCorners.add(floorPlan.getBottomRight().&lt;SPAN style="color: #9876aa;"&gt;Longitude&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;floorPlan.getBottomRight().&lt;SPAN style="color: #9876aa;"&gt;Latitude&lt;/SPAN&gt;)&lt;SPAN style="color: #cc7832;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;With&amp;nbsp;the assigned locations for these 4 points; the image(floorPlan) will be resized based on user's action (zoom in and out from map).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, I found that PictureFillSymbol might able to serve the purpose of filling the polygon with the picture; but no longer support&amp;nbsp;PictureFillSymbol (Drawable drawable) constructor in 100.7.0 version. URL:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/10-2/api-reference/reference/com/esri/core/symbol/PictureFillSymbol.html" title="https://developers.arcgis.com/android/10-2/api-reference/reference/com/esri/core/symbol/PictureFillSymbol.html" rel="nofollow noopener noreferrer" target="_blank"&gt;PictureFillSymbol | ArcGIS Android 10.2.9 API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any alternative I can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using google map service, I am able to achieve this by simply set the anchor and position the image.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;GroundOverlay groundoverlay = &lt;SPAN style="color: #9876aa;"&gt;mMapView&lt;/SPAN&gt;.addGroundOverlay(&lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;GroundOverlayOptions()
        .image(BitmapDescriptorFactory.&lt;SPAN&gt;fromBitmap&lt;/SPAN&gt;(bm))
        .anchor(&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;)   &lt;SPAN style="color: #808080;"&gt;//anchor at the topLeft
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;        &lt;/SPAN&gt;.position(&lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;LatLng(topLeft.getLatitude()&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;topLeft.getLongitude())&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;//position it at the topLeft
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;                &lt;/SPAN&gt;topRight.distanceTo(topLeft)&lt;SPAN style="color: #cc7832;"&gt;,   &lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;//scale by distance between topRight and topLeft
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;                &lt;/SPAN&gt;bottomRight.distanceTo(topRight))   &lt;SPAN style="color: #808080;"&gt;//scale by distance between topRight and BottomRight
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;        &lt;/SPAN&gt;.bearing(-(&lt;SPAN style="color: #6897bb;"&gt;90 &lt;/SPAN&gt;- topLeft.bearingTo(topRight))))&lt;SPAN style="color: #cc7832;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;//rotate by the bearing between topLeft and topRight&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if ESRI has any functions for this purpose?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:51:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286585#M1914</guid>
      <dc:creator>Kae_WoeiKang</dc:creator>
      <dc:date>2021-12-11T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: add image which dynamically changing size when zooming the map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286586#M1915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be able to use reference scale to achieve what you want. The code below displays a&amp;nbsp;PictureMarkerSymbol in a GraphicsOverlay and an&amp;nbsp;keeps it&amp;nbsp;a consistent size on the map (not the screen) when the user zooms in and out. The key things to note are the calls to &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;mMap.setReferenceScale(REFERENCE_SCALE)&lt;/SPAN&gt; to set a&amp;nbsp;reference scale for the map, and &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;graphicsOverlay.setScaleSymbols(true)&lt;/SPAN&gt; to tell the GraphicsOverlay to honor the map's reference scale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;final double REFERENCE_SCALE = 50000000;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;mMap = new ArcGISMap(Basemap.createLightGrayCanvas());&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;// Set the map's reference scale&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; mMap.setReferenceScale(&lt;SPAN&gt;REFERENCE_SCALE&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; mMapView.setMap(mMap);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; mMap.addDoneLoadingListener(() -&amp;gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; logLoadResult("mMap", mMap);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; // Set the map's viewpoint scale to equal the reference scale, so the symbol will&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; // display at its authored size&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; ListenableFuture&amp;lt;Boolean&amp;gt; future = mMapView.setViewpointScaleAsync(&lt;SPAN&gt;REFERENCE_SCALE&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; future.addDoneListener(() -&amp;gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; try {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Boolean success = future.get();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; PictureMarkerSymbol symbol = new PictureMarkerSymbol(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "https://webapps-cdn.esri.com/Apps/MegaMenu/img/logo.jpg");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Graphic graphic = new Graphic(new Point(0, 0), symbol);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; GraphicsOverlay graphicsOverlay = new GraphicsOverlay();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // Set the GraphicsOverlay to honor the map's reference scale&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; graphicsOverlay.setScaleSymbols(true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; graphicsOverlay.getGraphics().add(graphic);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; mMapView.getGraphicsOverlays().add(graphicsOverlay);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; } catch (Throwable e) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; listenableFutureError(e, "setViewpointScaleAsync");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; });&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 11:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286586#M1915</guid>
      <dc:creator>AlanLucas</dc:creator>
      <dc:date>2020-01-20T11:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: add image which dynamically changing size when zooming the map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286587#M1916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for helping and providing a sample codes. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;The codes works! This is a great alternative but we hard coded REFERENCE_SCALE. I am thinking of a dynamic method, where there are two or more&amp;nbsp; difference size images added onto the map.&lt;/P&gt;&lt;P&gt;Anyway, may I know how to calculate/obtain the value of&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;REFERENCE_SCALE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks and best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Kae Woei&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 02:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286587#M1916</guid>
      <dc:creator>Kae_WoeiKang</dc:creator>
      <dc:date>2020-01-21T02:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: add image which dynamically changing size when zooming the map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286588#M1917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Kae Woei,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Try removing the line&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;graphicsOverlay.setScaleSymbols(true);&lt;/STRONG&gt;&amp;nbsp;in the code above, so the GraphicsOverlay doesn't honor the reference scale. Then&amp;nbsp;zoom the map until the symbol is the correct size on the map. Then set the map's reference scale to the current map scale as follows, and also&amp;nbsp;tell the GraphicsOverlay to start honoring the map's reference scale.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;mMap.setReferenceScale(mMapView.getMapScale());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;mGraphicsOverlay.setScaleSymbols(true);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 10:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-image-which-dynamically-changing-size-when/m-p/286588#M1917</guid>
      <dc:creator>AlanLucas</dc:creator>
      <dc:date>2020-01-21T10:15:04Z</dc:date>
    </item>
  </channel>
</rss>

