routeguide.example

Undocumented in source.

Members

Classes

RouteGuideImpl
class RouteGuideImpl
Undocumented in source.

Functions

GetOneFeature
bool GetOneFeature(RouteGuideClient client, Point point, Feature feature)
Undocumented in source. Be warned that the author may not have intended to support it.
MakeFeature
Feature MakeFeature(string name, int latitude, int longitude)
Undocumented in source. Be warned that the author may not have intended to support it.
MakePoint
Point MakePoint(int latitude, int longitude)
Undocumented in source. Be warned that the author may not have intended to support it.
MakeRouteNote
RouteNote MakeRouteNote(string message, int latitude, int longitude)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToRadians
float convertToRadians(float num)
Undocumented in source. Be warned that the author may not have intended to support it.
getDistance
float getDistance(Point start, Point end)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeature
void getFeature(RouteGuideClient client)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeatureName
string getFeatureName(Point point, Feature[] feature_list)
Undocumented in source. Be warned that the author may not have intended to support it.
listFeatures
void listFeatures(RouteGuideClient client)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
recordRoute
void recordRoute(RouteGuideClient client)
Undocumented in source. Be warned that the author may not have intended to support it.
routeChat
void routeChat(RouteGuideClient client)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

kCoordFactor_
enum kCoordFactor_;

///////////////////////////client code ////////////////////////////////

Static variables

list
Feature[] list;
Undocumented in source.

Meta