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

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

Parameters

inLongitude
Type: SystemDouble
inLatitude
Type: SystemDouble
inAddress
Type: SystemString

Return Value

Type: ISimpleCoordinates
See Also