示例#1
0
 public bool AddBubble(uint engineId, uint id, float radius, GetCoords getCoordsFunc)
 {
     ApplicationGetCoordsCallback.Add(MakeKey(engineId, id), getCoordsFunc);
     return(AddBubbleNative(engineId, id, radius, NativeGetCoordsCallback));
 }
示例#2
0
        public object Get(GetCoords request)
        {
            var result = _geoRepository.GetLocalCoords(request);

            return new { Success = result != null, Results = result };
        }
示例#3
0
        public object Get(GetCoords request)
        {
            var result = _geoRepository.GetLocalCoords(request);

            return(new { Success = result != null, Results = result });
        }