GeoPoint 数据对象 - 市场活动管理

定义一个对象,该对象包含地理位置的经度和纬度坐标。

语法

<xs:complexType name="GeoPoint" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="LatitudeInMicroDegrees" type="xs:int" />
    <xs:element name="LongitudeInMicroDegrees" type="xs:int" />
  </xs:sequence>
</xs:complexType>

元素

GeoPoint 对象具有以下元素:LatitudeInMicroDegreesLongitudeInMicroDegrees

元素 说明 数据类型
LatitudeInMicroDegrees 以微度为单位指定的纬度。 纬度必须大于或等于 -85000000 且小于或等于 +85000000。 int
LongitudeInMicroDegrees 以微度为单位指定的经度。 经度必须大于或等于 -180000000 且小于或等于 +180000000。 int

要求

服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用者

LocationAdExtension