Revision as of 13:35, 1 June 2020 by Dinko (talk | contribs) (Created page with "<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div> <span STYLE="font-size: xx-large"><code>act_zoomToSpan</code></span> Category:Action_Library ;Descr...")
act_zoomToSpan
- Description
- Zoom GnMap to all visible elements on the map
- Action returns
- void
Action signatures
[gn:act_zoomToSpan]|[target]
Example
screen.xml
<com.ginstr.widgets.GnCaptureSignatureEmbedded android:id="@+id/embeddedSignature" android:layout_width="match_parent" android:layout_height="match_parent" gn:backgroundColor="TRANSPARENT" gn:strokeColor="#3974d3" gn:signatureCaptureWidgetId="@+id/signatureBox" gn:controlPaddingWidgetId="@+id/controlsBox" gn:disableInternalEvents="clear"/> <FrameLayout android:id="@+id/exampleFrame" android:layout_width="wrap_content" android:layout_height="wrap_content" android:visibility="gone" gn:act_set="[gn:callWidgetEvent]|[@+id/embeddedSignature,clear]" />