18 : EntityServiceBaseUrl(
"")
19 , PropAssetBaseUrl(
"")
20 , EnableEntityQueries(
false)
24 std::string EntityServiceBaseUrl;
25 std::string PropAssetBaseUrl;
26 bool EnableEntityQueries;
31 config.EntityServiceBaseUrl =
"https://indoor-maps-api.wrld3d.com/v1.1/";
32 config.PropAssetBaseUrl =
"https://cdn-resources.wrld3d.com/props/latest/";
33 config.EnableEntityQueries =
true;