Class BubbleOverlay

    Definition

    Namespace:
    Tizen.Maps
    Assembly:
    Tizen.Maps.dll

    The bubble overlay map object.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class BubbleOverlay : Overlay, IDisposable
    Inheritance
    object
    MapObject
    Overlay
    BubbleOverlay
    Implements
    System.IDisposable

    Constructors

    View Source

    BubbleOverlay(Geocoordinates, EvasObject)

    Creates a bubble overlay.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public BubbleOverlay(Geocoordinates coordinates, EvasObject objectToContain)
    Parameters
    Type Name Description
    Geocoordinates coordinates

    The geographical coordinates to be pointed.

    EvasObject objectToContain

    The EvasObject to be shown.

    Exceptions
    Type Condition
    System.NotSupportedException

    Thrown when the required feature is not supported.

    System.ArgumentException

    Thrown when the input coordinates or objectToContain are invalid.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX