How can I check if the maps and features (border,streets,place
name,...) are loaded to 100%? In GE this is shown in the lower right
corner, but can I access this by the COM API?
Yes, it's a problem for me too. I'm checking googleInst.IsOnline = 1,
but that doesn't indicate that it's fully loaded. So any suggestions
would be great.
> How can I check if the maps and features (border,streets,place
> name,...) are loaded to 100%? In GE this is shown in the lower right
> corner, but can I access this by the COM API?
How about using StreamingProgressPercentage, when it's at 100 then the
view is completely drawn. I'm not sure if this relates to the vector
layers as well but at the very least, it should tell you when the base
aerial and DEM data is loaded
> Yes, it's a problem for me too. I'm checking googleInst.IsOnline = 1,
> but that doesn't indicate that it's fully loaded. So any suggestions
> would be great.
> On May 16, 11:42 pm, testing wrote:
> > Hi!
> > How can I check if the maps and features (border,streets,place
> > name,...) are loaded to 100%? In GE this is shown in the lower right
> > corner, but can I access this by the COM API?
It does it! Thanks! The vector layers are loaded, but I don't know if
is only because the loading of the maps lasts longer. But it is better
than nothing.
> How about using StreamingProgressPercentage, when it's at 100 then the
> view is completely drawn. I'm not sure if this relates to the vector
> layers as well but at the very least, it should tell you when the base
> aerial and DEM data is loaded
> cheers
> brian
> On May 20, 6:52 pm, StarTraX wrote:
> > Yes, it's a problem for me too. I'm checking googleInst.IsOnline = 1,
> > but that doesn't indicate that it's fully loaded. So any suggestions
> > would be great.
> > On May 16, 11:42 pm, testing wrote:
> > > Hi!
> > > How can I check if the maps and features (border,streets,place
> > > name,...) are loaded to 100%? In GE this is shown in the lower right
> > > corner, but can I access this by the COM API?
Unfortunately my experience is not so good.
I'm getting 100 (percent loaded) when GE is still loading, so my
subsequent call to googleInst.GetTemporaryPlaces() causes my program
to crash.
VB .NET 2.0, ge 4.2 (I am staying away from 4.3 till some of the bugs
are ironed out)
So - still looking.
> It does it! Thanks! The vector layers are loaded, but I don't know if
> is only because the loading of the maps lasts longer. But it is better
> than nothing.
> Thanks again.
> Cheers
> testing
> On May 21, 1:03 pm, bFlood wrote:
> > How about using StreamingProgressPercentage, when it's at 100 then the
> > view is completely drawn. I'm not sure if this relates to the vector
> > layers as well but at the very least, it should tell you when the base
> > aerial and DEM data is loaded
> > cheers
> > brian
> > On May 20, 6:52 pm,StarTraXwrote:
> > > Yes, it's a problem for me too. I'm checking googleInst.IsOnline = 1,
> > > but that doesn't indicate that it's fully loaded. So any suggestions
> > > would be great.
> > > On May 16, 11:42 pm, testing wrote:
> > > > Hi!
> > > > How can I check if the maps and features (border,streets,place
> > > > name,...) are loaded to 100%? In GE this is shown in the lower right
> > > > corner, but can I access this by the COM API?