Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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