@@ -265,12 +265,12 @@ class GeoJsonObjectType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
265
265
266
266
class GeoJsonObject (msrest .serialization .Model ):
267
267
"""A valid ``GeoJSON`` object.
268
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3>`_ for details.
268
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3>`__ for details.
269
269
270
270
You probably want to use the sub-classes and not this class directly. Known
271
271
sub-classes are: GeoJsonFeature, GeoJsonFeatureCollection, GeoJsonGeometry,
272
- GeoJsonGeometryCollection, GeoJsonLineString, GeoJsonMultiLineString,
273
- GeoJsonMultiPoint, GeoJsonMultiPolygon, GeoJsonPoint, GeoJsonPolygon.
272
+ GeoJsonGeometryCollection, GeoJsonLineString, GeoJsonMultiLineString,
273
+ GeoJsonMultiPoint, GeoJsonMultiPolygon, GeoJsonPoint, GeoJsonPolygon.
274
274
275
275
All required parameters must be populated in order to send to Azure.
276
276
@@ -313,7 +313,7 @@ class GeoJsonFeatureData(msrest.serialization.Model):
313
313
All required parameters must be populated in order to send to Azure.
314
314
315
315
:param geometry: Required. A valid ``GeoJSON`` object. Please refer to `RFC 7946
316
- <https://tools.ietf.org/html/rfc7946#section-3>`_ for details.
316
+ <https://tools.ietf.org/html/rfc7946#section-3>`__ for details.
317
317
:type geometry: ~azure.maps.route.models.GeoJsonObject
318
318
:param properties: Properties can contain any additional metadata about the ``Feature``. Value
319
319
can be any JSON object or a JSON null value.
@@ -348,12 +348,12 @@ def __init__(
348
348
349
349
class GeoJsonFeature (GeoJsonObject , GeoJsonFeatureData ):
350
350
"""A valid ``GeoJSON Feature`` object type.
351
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.2>`_ for details.
351
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.2>`__ for details.
352
352
353
353
All required parameters must be populated in order to send to Azure.
354
354
355
355
:param geometry: Required. A valid ``GeoJSON`` object. Please refer to `RFC 7946
356
- <https://tools.ietf.org/html/rfc7946#section-3>`_ for details.
356
+ <https://tools.ietf.org/html/rfc7946#section-3>`__ for details.
357
357
:type geometry: ~azure.maps.route.models.GeoJsonObject
358
358
:param properties: Properties can contain any additional metadata about the ``Feature``. Value
359
359
can be any JSON object or a JSON null value.
@@ -427,7 +427,7 @@ def __init__(
427
427
428
428
class GeoJsonFeatureCollection (GeoJsonObject , GeoJsonFeatureCollectionData ):
429
429
"""A valid ``GeoJSON FeatureCollection`` object type.
430
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.3>`_ for details.
430
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.3>`__ for details.
431
431
432
432
All required parameters must be populated in order to send to Azure.
433
433
@@ -466,7 +466,7 @@ class GeoJsonGeometry(GeoJsonObject):
466
466
"""A valid ``GeoJSON`` geometry object.
467
467
The type must be one of the seven valid GeoJSON geometry types -
468
468
Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon and GeometryCollection.
469
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1>`_ for details.
469
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1>`__ for details.
470
470
471
471
All required parameters must be populated in order to send to Azure.
472
472
@@ -524,7 +524,7 @@ def __init__(
524
524
525
525
class GeoJsonGeometryCollection (GeoJsonObject , GeoJsonGeometryCollectionData ):
526
526
"""A valid ``GeoJSON GeometryCollection`` object type.
527
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.8>`_ for details.
527
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.8>`__ for details.
528
528
529
529
All required parameters must be populated in order to send to Azure.
530
530
@@ -588,7 +588,7 @@ def __init__(
588
588
589
589
class GeoJsonLineString (GeoJsonObject , GeoJsonLineStringData ):
590
590
"""A valid ``GeoJSON LineString`` geometry type.
591
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.4>`_ for details.
591
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.4>`__ for details.
592
592
593
593
All required parameters must be populated in order to send to Azure.
594
594
@@ -674,7 +674,7 @@ def __init__(
674
674
675
675
class GeoJsonMultiLineString (GeoJsonObject , GeoJsonMultiLineStringData ):
676
676
"""A valid ``GeoJSON MultiLineString`` geometry type.
677
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.5>`_ for details.
677
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.5>`__ for details.
678
678
679
679
All required parameters must be populated in order to send to Azure.
680
680
@@ -700,7 +700,7 @@ def __init__(
700
700
701
701
class GeoJsonMultiPoint (GeoJsonObject , GeoJsonMultiPointData ):
702
702
"""A valid ``GeoJSON MultiPoint`` geometry type.
703
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.3>`_ for details.
703
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.3>`__ for details.
704
704
705
705
All required parameters must be populated in order to send to Azure.
706
706
@@ -726,7 +726,7 @@ def __init__(
726
726
727
727
class GeoJsonMultiPolygon (GeoJsonObject , GeoJsonMultiPolygonData ):
728
728
"""A valid ``GeoJSON MultiPolygon`` object type.
729
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.7>`_ for details.
729
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.7>`__ for details.
730
730
731
731
All required parameters must be populated in order to send to Azure.
732
732
@@ -771,7 +771,7 @@ class GeoJsonPointData(msrest.serialization.Model):
771
771
:param coordinates: Required. A ``Position`` is an array of numbers with two or more elements.
772
772
The first two elements are *longitude* and *latitude*, precisely in that order.
773
773
*Altitude/Elevation* is an optional third element. Please refer to `RFC 7946
774
- <https://tools.ietf.org/html/rfc7946#section-3.1.1>`_ for details.
774
+ <https://tools.ietf.org/html/rfc7946#section-3.1.1>`__ for details.
775
775
:type coordinates: LatLon
776
776
"""
777
777
@@ -795,14 +795,14 @@ def __init__(
795
795
796
796
class GeoJsonPoint (GeoJsonObject , GeoJsonPointData ):
797
797
"""A valid ``GeoJSON Point`` geometry type.
798
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.2>`_ for details.
798
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.2>`__ for details.
799
799
800
800
All required parameters must be populated in order to send to Azure.
801
801
802
802
:param coordinates: Required. A ``Position`` is an array of numbers with two or more elements.
803
803
The first two elements are *longitude* and *latitude*, precisely in that order.
804
804
*Altitude/Elevation* is an optional third element. Please refer to `RFC 7946
805
- <https://tools.ietf.org/html/rfc7946#section-3.1.1>`_ for details.
805
+ <https://tools.ietf.org/html/rfc7946#section-3.1.1>`__ for details.
806
806
:type coordinates: LatLon
807
807
:param type: Required. Specifies the ``GeoJSON`` type. Must be one of the nine valid GeoJSON
808
808
object types - Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon,
@@ -862,7 +862,7 @@ def __init__(
862
862
863
863
class GeoJsonPolygon (GeoJsonObject , GeoJsonPolygonData ):
864
864
"""A valid ``GeoJSON Polygon`` geometry type.
865
- Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.6>`_ for details.
865
+ Please refer to `RFC 7946 <https://tools.ietf.org/html/rfc7946#section-3.1.6>`__ for details.
866
866
867
867
All required parameters must be populated in order to send to Azure.
868
868
0 commit comments