ResponderLocation.MapImageUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Android.Net.Uri? MapImageUri { [Android.Runtime.Register("getMapImageUri", "()Landroid/net/Uri;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getMapImageUri", "()Landroid/net/Uri;", "", ApiSince=29)>]
member this.MapImageUri : Android.Net.Uri
Property Value
a URI referencing a map-file showing the local floor plan.
<p> Will return a <code data-dev-comment-type="c">null</code> when there is no URI defined.
- Attributes
Remarks
Java documentation for android.net.wifi.rtt.ResponderLocation.getMapImageUri()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.