Searched defs:SimpleLocationDict (Results 1 – 3 of 3) sorted by relevance
53 doc: DesignSpaceDocument, userLocation: SimpleLocationDict164 userLocation: SimpleLocationDict,201 self: DesignSpaceDocument, userLocation: SimpleLocationDict
63 def locationInRegion(location: SimpleLocationDict, region: Region) -> bool:
432 SimpleLocationDict = Dict[str, float] variable1510 userLocation: SimpleLocationDict = None2647 …def labelForUserLocation(self, userLocation: SimpleLocationDict) -> Optional[LocationLabelDescript…2712 def map_forward(self, userLocation: SimpleLocationDict) -> SimpleLocationDict: