@@ -574,7 +574,7 @@ class GeoJsonFeatureData(msrest.serialization.Model):
574
574
All required parameters must be populated in order to send to Azure.
575
575
576
576
:param geometry: Required. A valid ``GeoJSON`` object. Please refer to `RFC 7946
577
- <https://tools.ietf.org/html/rfc7946#section-3>`_ for details.
577
+ <https://tools.ietf.org/html/rfc7946#section-3>`__ for details.
578
578
:type geometry: ~azure.maps.search.models.GeoJsonObject
579
579
:param properties: Properties can contain any additional metadata about the ``Feature``. Value
580
580
can be any JSON object or a JSON null value.
@@ -614,7 +614,7 @@ def __init__(
614
614
615
615
616
616
class GeoJsonObject (msrest .serialization .Model ):
617
- """A valid ``GeoJSON`` object. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3>`_ for details.
617
+ """A valid ``GeoJSON`` object. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3>`__ for details.
618
618
619
619
You probably want to use the sub-classes and not this class directly. Known
620
620
sub-classes are: GeoJsonFeature, GeoJsonFeatureCollection, GeoJsonGeometry, GeoJsonGeometryCollection, GeoJsonLineString, GeoJsonMultiLineString, GeoJsonMultiPoint, GeoJsonMultiPolygon, GeoJsonPoint, GeoJsonPolygon.
@@ -650,12 +650,12 @@ def __init__(
650
650
651
651
652
652
class GeoJsonFeature (GeoJsonObject , GeoJsonFeatureData ):
653
- """A valid ``GeoJSON Feature`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.2>`_ for details.
653
+ """A valid ``GeoJSON Feature`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.2>`__ for details.
654
654
655
655
All required parameters must be populated in order to send to Azure.
656
656
657
657
:param geometry: Required. A valid ``GeoJSON`` object. Please refer to `RFC 7946
658
- <https://tools.ietf.org/html/rfc7946#section-3>`_ for details.
658
+ <https://tools.ietf.org/html/rfc7946#section-3>`__ for details.
659
659
:type geometry: ~azure.maps.search.models.GeoJsonObject
660
660
:param properties: Properties can contain any additional metadata about the ``Feature``. Value
661
661
can be any JSON object or a JSON null value.
@@ -732,7 +732,7 @@ def __init__(
732
732
733
733
734
734
class GeoJsonFeatureCollection (GeoJsonObject , GeoJsonFeatureCollectionData ):
735
- """A valid ``GeoJSON FeatureCollection`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.3>`_ for details.
735
+ """A valid ``GeoJSON FeatureCollection`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.3>`__ for details.
736
736
737
737
All required parameters must be populated in order to send to Azure.
738
738
@@ -769,7 +769,7 @@ def __init__(
769
769
770
770
771
771
class GeoJsonGeometry (GeoJsonObject ):
772
- """A valid ``GeoJSON`` geometry object. The type must be one of the seven valid GeoJSON geometry types - Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon and GeometryCollection. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1>`_ for details.
772
+ """A valid ``GeoJSON`` geometry object. The type must be one of the seven valid GeoJSON geometry types - Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon and GeometryCollection. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1>`__ for details.
773
773
774
774
All required parameters must be populated in order to send to Azure.
775
775
@@ -826,7 +826,7 @@ def __init__(
826
826
827
827
828
828
class GeoJsonGeometryCollection (GeoJsonObject , GeoJsonGeometryCollectionData ):
829
- """A valid ``GeoJSON GeometryCollection`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.8>`_ for details.
829
+ """A valid ``GeoJSON GeometryCollection`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.8>`__ for details.
830
830
831
831
All required parameters must be populated in order to send to Azure.
832
832
@@ -891,7 +891,7 @@ def __init__(
891
891
892
892
893
893
class GeoJsonLineString (GeoJsonObject , GeoJsonLineStringData ):
894
- """A valid ``GeoJSON LineString`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.4>`_ for details.
894
+ """A valid ``GeoJSON LineString`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.4>`__ for details.
895
895
896
896
All required parameters must be populated in order to send to Azure.
897
897
@@ -955,7 +955,7 @@ def __init__(
955
955
956
956
957
957
class GeoJsonMultiLineString (GeoJsonObject , GeoJsonMultiLineStringData ):
958
- """A valid ``GeoJSON MultiLineString`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.5>`_ for details.
958
+ """A valid ``GeoJSON MultiLineString`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.5>`__ for details.
959
959
960
960
All required parameters must be populated in order to send to Azure.
961
961
@@ -1019,7 +1019,7 @@ def __init__(
1019
1019
1020
1020
1021
1021
class GeoJsonMultiPoint (GeoJsonObject , GeoJsonMultiPointData ):
1022
- """A valid ``GeoJSON MultiPoint`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.3>`_ for details.
1022
+ """A valid ``GeoJSON MultiPoint`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.3>`__ for details.
1023
1023
1024
1024
All required parameters must be populated in order to send to Azure.
1025
1025
@@ -1084,7 +1084,7 @@ def __init__(
1084
1084
1085
1085
1086
1086
class GeoJsonMultiPolygon (GeoJsonObject , GeoJsonMultiPolygonData ):
1087
- """A valid ``GeoJSON MultiPolygon`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.7>`_ for details.
1087
+ """A valid ``GeoJSON MultiPolygon`` object type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.7>`__ for details.
1088
1088
1089
1089
All required parameters must be populated in order to send to Azure.
1090
1090
@@ -1129,7 +1129,7 @@ class GeoJsonPointData(msrest.serialization.Model):
1129
1129
:param coordinates: Required. A ``Position`` is an array of numbers with two or more elements.
1130
1130
The first two elements are *longitude* and *latitude*\ , precisely in that order.
1131
1131
*Altitude/Elevation* is an optional third element. Please refer to `RFC 7946
1132
- <https://tools.ietf.org/html/rfc7946#section-3.1.1>`_ for details.
1132
+ <https://tools.ietf.org/html/rfc7946#section-3.1.1>`__ for details.
1133
1133
:type coordinates: list[float]
1134
1134
"""
1135
1135
@@ -1152,14 +1152,14 @@ def __init__(
1152
1152
1153
1153
1154
1154
class GeoJsonPoint (GeoJsonObject , GeoJsonPointData ):
1155
- """A valid ``GeoJSON Point`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.2>`_ for details.
1155
+ """A valid ``GeoJSON Point`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.2>`__ for details.
1156
1156
1157
1157
All required parameters must be populated in order to send to Azure.
1158
1158
1159
1159
:param coordinates: Required. A ``Position`` is an array of numbers with two or more elements.
1160
1160
The first two elements are *longitude* and *latitude*\ , precisely in that order.
1161
1161
*Altitude/Elevation* is an optional third element. Please refer to `RFC 7946
1162
- <https://tools.ietf.org/html/rfc7946#section-3.1.1>`_ for details.
1162
+ <https://tools.ietf.org/html/rfc7946#section-3.1.1>`__ for details.
1163
1163
:type coordinates: list[float]
1164
1164
:param type: Required. Specifies the ``GeoJSON`` type. Must be one of the nine valid GeoJSON
1165
1165
object types - Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon,
@@ -1219,7 +1219,7 @@ def __init__(
1219
1219
1220
1220
1221
1221
class GeoJsonPolygon (GeoJsonObject , GeoJsonPolygonData ):
1222
- """A valid ``GeoJSON Polygon`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.6>`_ for details.
1222
+ """A valid ``GeoJSON Polygon`` geometry type. Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.6>`__ for details.
1223
1223
1224
1224
All required parameters must be populated in order to send to Azure.
1225
1225
@@ -1558,7 +1558,7 @@ class Polygon(msrest.serialization.Model):
1558
1558
:ivar provider_id: ID of the returned entity.
1559
1559
:vartype provider_id: str
1560
1560
:param geometry_data: Geometry data in GeoJSON format. Please refer to `RFC 7946
1561
- <https://tools.ietf.org/html/rfc7946>`_ for details. Present only if "error" is not present.
1561
+ <https://tools.ietf.org/html/rfc7946>`__ for details. Present only if "error" is not present.
1562
1562
:type geometry_data: ~azure.maps.search.models.GeoJsonObject
1563
1563
"""
1564
1564
@@ -2095,7 +2095,7 @@ class SearchAlongRouteRequest(msrest.serialization.Model):
2095
2095
"""This type represents the request body for the Search Along Route service.
2096
2096
2097
2097
:param route: A valid ``GeoJSON LineString`` geometry type. Please refer to `RFC 7946
2098
- <https://tools.ietf.org/html/rfc7946#section-3.1.4>`_ for details.
2098
+ <https://tools.ietf.org/html/rfc7946#section-3.1.4>`__ for details.
2099
2099
:type route: ~azure.maps.search.models.GeoJsonLineString
2100
2100
"""
2101
2101
@@ -2117,7 +2117,7 @@ class SearchInsideGeometryRequest(msrest.serialization.Model):
2117
2117
"""This type represents the request body for the Search Inside Geometry service.
2118
2118
2119
2119
:param geometry: A valid ``GeoJSON`` object. Please refer to `RFC 7946
2120
- <https://tools.ietf.org/html/rfc7946#section-3>`_ for details.
2120
+ <https://tools.ietf.org/html/rfc7946#section-3>`__ for details.
2121
2121
:type geometry: ~azure.maps.search.models.GeoJsonObject
2122
2122
"""
2123
2123
0 commit comments