My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

Google Earth API

GEHitTestResult Interface Reference

List of all members.


Public Member Functions

double getLatitude ()
void setLatitude (double latitude)
double getLongitude ()
void setLongitude (double longitude)
double getAltitude ()
void setAltitude (double altitude)

Detailed Description

This interface contains result information obtained by calling GEView's hitTest method.

See also:
GEView.hitTest

Member Function Documentation

double GEHitTestResult.getLatitude (  ) 

Latitude of sampled point.

void GEHitTestResult.setLatitude ( double  latitude  ) 

Latitude of sampled point.

double GEHitTestResult.getLongitude (  ) 

Longitude of sampled point.

void GEHitTestResult.setLongitude ( double  longitude  ) 

Longitude of sampled point.

double GEHitTestResult.getAltitude (  ) 

Altitude of sampled point.

void GEHitTestResult.setAltitude ( double  altitude  ) 

Altitude of sampled point.