Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap Class Reference

Position on map. More...

Public Member Functions

 PositionOnMap (double latitude, double longitude)
 Initializes a new instance of the IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap class. More...
 
 PositionOnMap (double latitude, double longitude, string positionName)
 Initializes a new instance of the IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap class. More...
 
override string ToString ()
 Returns a System.String that represents the current IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap. More...
 

Public Attributes

string PositionName
 The name of the position. More...
 
double Latitude
 The latitude. More...
 
double Longitude
 The longitude. More...
 

Properties

double X [get]
 Gets the x. More...
 
double Y [get]
 Gets the y. More...
 

Detailed Description

Position on map.

Constructor & Destructor Documentation

IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.PositionOnMap ( double  latitude,
double  longitude 
)
inline

Initializes a new instance of the IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap class.

Parameters
latitudeLatitude.
longitudeLongitude.
IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.PositionOnMap ( double  latitude,
double  longitude,
string  positionName 
)
inline

Initializes a new instance of the IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap class.

Parameters
latitudeLatitude.
longitudeLongitude.
positionNamePosition name.

Member Function Documentation

override string IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.ToString ( )
inline

Returns a System.String that represents the current IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.

Returns
A System.String that represents the current IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.

Member Data Documentation

double IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.Latitude

The latitude.

double IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.Longitude

The longitude.

string IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.PositionName

The name of the position.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.X
get

Gets the x.

The x.

double IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.PositionOnMap.Y
get

Gets the y.

The y.


The documentation for this class was generated from the following file: