IUserAccessiableCreateCoords Method (Double, Double) |
Use to create a GPS location.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax ISimpleCoordinates CreateCoords(
double inLatitude,
double inLongitude
)
Parameters
- inLatitude
- Type: SystemDouble
- inLongitude
- Type: SystemDouble
Return Value
Type:
ISimpleCoordinatesISimpleCoordinates object
Examples Gets latitude and longitude and returns a gps location (ISimpleCoordinates object), for example:
CreateCoordinates(15.678678, 43.7238);
will create a gps location with these coordinates.
See Also