Click or drag to resize
IUserAccessiableCreateMapMarker Method (ISimpleCoordinates, String, Int32, Int32)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
IMapMarker CreateMapMarker(
	ISimpleCoordinates position,
	string text,
	int inBackgroundColorRGB,
	int inTextColorRGB
)

Parameters

position
Type: SurveyToGo.UserLogic.InterfacesISimpleCoordinates
text
Type: SystemString
inBackgroundColorRGB
Type: SystemInt32
inTextColorRGB
Type: SystemInt32

Return Value

Type: IMapMarker
See Also