Search Results for

    Show / Hide Table of Contents

    Class ElementLocation

    位置信息

    Inheritance
    System.Object
    Element
    ElementLocation
    Inherited Members
    Element.type
    Element.data
    Element.isSingle
    Element.Equals(Object)
    Element.GetHashCode()
    Element.ToString()
    Element.GetElement(String, Dictionary<String, String>)
    Namespace: cqhttp.Cyan.Messages.CQElements
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class ElementLocation : Element

    Constructors

    | Improve this Doc View Source

    ElementLocation(Single, Single, String, String, String)

    构造位置信息

    Declaration
    public ElementLocation(float latitude, float longitude, string title, string content, string style = "1")
    Parameters
    Type Name Description
    System.Single latitude

    纬度

    System.Single longitude

    经度

    System.String title

    地址名字

    System.String content

    详细地址

    System.String style

    未知参数

    • Improve this Doc
    • View Source
    ☀
    ☾