public Point FindPoint(br.com.maplink.services.Address address, AddressOptions addressOptions)
        {
            var findResponse = _addressFinder.findAddress(address, addressOptions, _token);

            return (findResponse.addressLocation != null && findResponse.addressLocation.Length > 0)
                ? findResponse.addressLocation[0].point : null;
        }
Exemplo n.º 2
0
 public CharacterData(BinaryReader br, Characters c) => Read(br, c);
 public FichaVisitaDomiciliarMasterThrift(string uuidFicha, br.gov.saude.esus.cds.transport.generated.thrift.common.UnicaLotacaoHeaderThrift headerTransport) : this() {
   this.UuidFicha = uuidFicha;
   this.HeaderTransport = headerTransport;
 }
 public FichaAtendimentoOdontologicoMasterThrift(string uuidFicha, br.gov.saude.esus.cds.transport.generated.thrift.common.VariasLotacoesHeaderThrift headerTransport) : this() {
   this.UuidFicha = uuidFicha;
   this.HeaderTransport = headerTransport;
 }
Exemplo n.º 5
0
 return(vp8dx_start_decode(ref br, pSrc, source_sz, null, null));
 public Quistis_limit_break_parameters(BinaryReader br, byte i) => Read(br, i);
 public FichaConsumoAlimentarThrift(br.gov.saude.esus.cds.transport.generated.thrift.common.UnicaLotacaoHeaderThrift headerTransport, string uuidFicha) : this() {
   this.HeaderTransport = headerTransport;
   this.UuidFicha = uuidFicha;
 }
Exemplo n.º 8
0
 public GFData(BinaryReader br, GFs g) => Read(br, g);
Exemplo n.º 9
0
 public TIMOverture(BinaryReader br, uint offset = 0) => _Init(br, offset);
 public Blue_magic_Quistis_limit_break(BinaryReader br, Blue_Magic i) => Read(br, i);
Exemplo n.º 11
0
 public TIM_OVERTURE(BinaryReader br, uint offset = 0) : base() => _Init(br, offset);
 public FichaAvaliacaoElegibilidadeThrift(string uuidFicha, br.gov.saude.esus.cds.transport.generated.thrift.common.UnicaLotacaoHeaderThrift headerTransport) : this() {
   this.UuidFicha = uuidFicha;
   this.HeaderTransport = headerTransport;
 }
Exemplo n.º 13
0
 public CadastroIndividualThrift(br.gov.saude.esus.cds.transport.generated.thrift.common.HeaderCdsCadastroThrift dadosGerais, string uuid) : this() {
   this.DadosGerais = dadosGerais;
   this.Uuid = uuid;
 }
Exemplo n.º 14
0
 public PackageFileEntry(BinaryReader br, bool readLength = false) => ReadEntry(br, readLength);
 public FichaAtendimentoIndividualMasterThrift(br.gov.saude.esus.cds.transport.generated.thrift.common.VariasLotacoesHeaderThrift headerTransport, string uuidFicha) : this() {
   this.HeaderTransport = headerTransport;
   this.UuidFicha = uuidFicha;
 }