GetMapStaticImageOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetMapStaticImageOptions(GeoBoundingBox, IList<ImagePushpinStyle>, IList<ImagePathStyle>) |
境界ボックスを使用して静的イメージ オプションをレンダリングします。 |
GetMapStaticImageOptions(GeoPosition, Int32, Int32, IList<ImagePushpinStyle>, IList<ImagePathStyle>) |
中央座標とイメージの幅と高さを使用して静的イメージ オプションをレンダリングします。 |
GetMapStaticImageOptions(GeoBoundingBox, IList<ImagePushpinStyle>, IList<ImagePathStyle>)
境界ボックスを使用して静的イメージ オプションをレンダリングします。
public GetMapStaticImageOptions (Azure.Core.GeoJson.GeoBoundingBox boundingBox, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> imagePushpinStyles = default, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> imagePathStyles = default);
new Azure.Maps.Rendering.GetMapStaticImageOptions : Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> -> Azure.Maps.Rendering.GetMapStaticImageOptions
Public Sub New (boundingBox As GeoBoundingBox, Optional imagePushpinStyles As IList(Of ImagePushpinStyle) = Nothing, Optional imagePathStyles As IList(Of ImagePathStyle) = Nothing)
パラメーター
- boundingBox
- GeoBoundingBox
緯度経度座標系の境界ボックスの最小座標 (西、南、東、北)。
- imagePushpinStyles
- IList<ImagePushpinStyle>
マップ イメージにスタイルを設定した画酉を追加します。
- imagePathStyles
- IList<ImagePathStyle>
マップ イメージにスタイルを設定したパスを追加します。
適用対象
GetMapStaticImageOptions(GeoPosition, Int32, Int32, IList<ImagePushpinStyle>, IList<ImagePathStyle>)
中央座標とイメージの幅と高さを使用して静的イメージ オプションをレンダリングします。
public GetMapStaticImageOptions (Azure.Core.GeoJson.GeoPosition centerCoordinate, int widthInPixels, int heightInPixels, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> imagePushpinStyles = default, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> imagePathStyles = default);
new Azure.Maps.Rendering.GetMapStaticImageOptions : Azure.Core.GeoJson.GeoPosition * int * int * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> -> Azure.Maps.Rendering.GetMapStaticImageOptions
Public Sub New (centerCoordinate As GeoPosition, widthInPixels As Integer, heightInPixels As Integer, Optional imagePushpinStyles As IList(Of ImagePushpinStyle) = Nothing, Optional imagePathStyles As IList(Of ImagePathStyle) = Nothing)
パラメーター
- centerCoordinate
- GeoPosition
マップ イメージの中心座標。
- widthInPixels
- Int32
マップ イメージの幅 (ピクセル単位)。
- heightInPixels
- Int32
マップ イメージの高さ (ピクセル単位)。
- imagePushpinStyles
- IList<ImagePushpinStyle>
マップ イメージにスタイルを設定した画酉を追加します。
- imagePathStyles
- IList<ImagePathStyle>
マップ イメージにスタイルを設定したパスを追加します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET