CopyrightManager.RequestCopyrightString Method

This documentation is no longer available on MSDN, however it is available as a CHM download.

Makes a request for a copyright string based on the specified map view. The map view determines the map data that is being used so that the copyright string can be constructed.

Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)

Usage

Syntax

'Declaration
Public Sub RequestCopyrightString ( _
    style As MapStyle, _
    location As Location, _
    zoomLevel As Double, _
    credentialsProvider As CredentialsProvider, _
    culture As String, _
    copyrightCallback As Action(Of CopyrightResult) _
)
public void RequestCopyrightString (
    MapStyle style,
    Location location,
    double zoomLevel,
    CredentialsProvider credentialsProvider,
    string culture,
    Action<CopyrightResult> copyrightCallback
)
public:
void RequestCopyrightString (
    MapStyle style, 
    Location^ location, 
    double zoomLevel, 
    CredentialsProvider^ credentialsProvider, 
    String^ culture, 
    Action<CopyrightResult^>^ copyrightCallback
)
public void RequestCopyrightString (
    MapStyle style, 
    Location location, 
    double zoomLevel, 
    CredentialsProvider credentialsProvider, 
    String culture, 
    Action<CopyrightResult> copyrightCallback
)
public function RequestCopyrightString (
    style : MapStyle, 
    location : Location, 
    zoomLevel : double, 
    credentialsProvider : CredentialsProvider, 
    culture : String, 
    copyrightCallback : Action<CopyrightResult>
)

Parameters

  • style
    The map style of the map view.
  • location
    The center location of the map view.
  • zoomLevel
    The zoom level of the map.
  • credentialsProvider
    A CredentialsProvider object that contains the key or token that authenticates map control use.
  • culture
    The culture of the map.
  • copyrightCallback
    The name of the method to call when the request returns. The callback method must take a CopyrightResult.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

CopyrightManager Class
CopyrightManager Members
Microsoft.Maps.MapControl.Core Namespace