Class InitOptions
Inheritance
System.Object
InitOptions
Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
public class InitOptions : object
Constructors
Declaration
public InitOptions(CoreApplication application)
Parameters
Type |
Name |
Description |
CoreApplication |
application |
|
Declaration
public InitOptions(CoreApplication application, string googleMapsAPIKey)
Parameters
Type |
Name |
Description |
CoreApplication |
application |
|
System.String |
googleMapsAPIKey |
|
Properties
Context
Declaration
public CoreApplication Context { get; set; }
Property Value
Type |
Description |
CoreApplication |
|
Declaration
public string GoogleMapsAPIKey { get; set; }
Property Value
Type |
Description |
System.String |
|