Click or drag to resize

PositionOnMap Constructor (Double, Double, String)

Initializes a new instance of the PositionOnMap class

Namespace:  IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PositionOnMap(
	double latitude,
	double longitude,
	string positionName
)

Parameters

latitude
Type: SystemDouble
longitude
Type: SystemDouble
positionName
Type: SystemString
See Also