Location Constructor (Location)

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

Initializes a new instance of the Location structure using the given location.

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

Usage

Syntax

'Declaration
Public Sub New ( _
    location As Location _
)
public Location (
    Location location
)
public:
Location (
    Location^ location
)
public Location (
    Location location
)
public function Location (
    location : Location
)

Parameters

  • location
    The location to use.

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

Location Class
Location Members
Microsoft.Maps.MapControl Namespace