Represents an object that can be used to search for physical locations around the user.
Examples
CopyC#
BuddyClient client = new BuddyClient("APPNAME", "APPPASS");
client.LoginAsync((user, state) => {
user.Places.Find((places, state2) => { }, 1000000, 0.0, 0.0);
}, "username", "password"); Namespace: BuddyAssembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)
Syntax
| Visual Basic |
|---|
Public Class Places |
| Visual C++ |
|---|
public ref class Places |
| JavaScript |
|---|
Buddy.Places = function();
Type.createClass(
'Buddy.Places'); |
Inheritance Hierarchy
See Also