MapsSearchModelFactory.GeometryCopyright(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of GeometryCopyright.
public static Azure.Maps.Search.Models.GeometryCopyright GeometryCopyright(string sourceName = default, string copyright = default);
static member GeometryCopyright : string * string -> Azure.Maps.Search.Models.GeometryCopyright
Public Shared Function GeometryCopyright (Optional sourceName As String = Nothing, Optional copyright As String = Nothing) As GeometryCopyright
Parameters
- sourceName
- String
The name of the data provider.
- copyright
- String
The copyright string for the data provider.
Returns
A new GeometryCopyright instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET