Syntax - trillium_geolocation - 15.21

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.21
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-07-17
Published on
2024-07-17T14:48:30.219520

C

bool SearchAddress(OptimaServer* Server, OptimaContact* Contact, int MaxResults, OptimaResultList* ResultList);
 
bool SearchAddress2(OptimaServer* Server, OptimaContact* Contact, int MaxResults, const char* SearchDataset, OptimaResultList* ResultList);

Java

boolean Server.SearchAddress(COptimaContact Contact, int MaxResults, Vector ResultList);
 
boolean Server.SearchAddress2(COptimaContact Contact, int MaxResults, string SearchDataset, Vector ResultList);

.net

bool Server.SearchAddress(COptimaContact Contact, int MaxResults, IList ResultList);
 
bool Server.SearchAddress2(COptimaContact Contact, int MaxResults, string SearchDataset, IList ResultList);