C# SDK

◆ LoadGeoFile()

static int LoadGeoFile ( out SError  Error,
string  GeoFileName,
string  GeoJson,
Int32  MaxTime 
)
inlinestatic

@summary Loads the geo layer represented by json and adds it on map as overlay.

Parameters
Erroradditional error information in case of error
GeoFileNamesets a string identification for the given overlay
GeoJsonstring defining the geo layer using geo json standard format
MaxTimemaximum time (in milliseconds) the function can take. If MaxTime=0 function execution is not time limited
Returns
1 if function call is successfull, other value otherwise
Remarks
See the documentation about Supported Geo Json format.

References SError.SizeOf().