GeoPoint Data Object - Campaign Management
Defines an object that contains the longitude and latitude coordinates of a geographical location.
Syntax
<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>
Elements
The GeoPoint object has the following elements: LatitudeInMicroDegrees, LongitudeInMicroDegrees.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13