Click or drag to resize
IUserAccessiableCreateCoordinates Method (Double, Double)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
ISimpleCoordinates CreateCoordinates(
	double inLongitude,
	double inLatitude
)

Parameters

inLongitude
Type: SystemDouble
inLatitude
Type: SystemDouble

Return Value

Type: ISimpleCoordinates
See Also