POLS

Mapper.PutBeacons Method 

Loads several new Beacons into the Mapper at once. Depending on the mapper implementation, this may be more efficient than individual loads.

public virtual bool PutBeacons(
   Beacon[] beacons
);

Parameters

beacons
an array of Beacons

Return Value

true if all beacons were successfully loaded

See Also

Mapper Class | POLS.Core Namespace