1{ 2 "methods": { 3 "getFromLocation(double,double,int)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "latitude", 10 "longitude", 11 "maxResults" 12 ], 13 "returnType": "java.util.List\u003candroid.location.Address\u003e", 14 "exceptions": [ 15 "java.io.IOException" 16 ], 17 "name": "getFromLocation(double,double,int)", 18 "documentation": "Returns an empty list by default, or the last value set by {@link #setFromLocation(List)}\n\n`latitude` and `longitude` are ignored by this implementation, except to check that they are in\nappropriate bounds. `maxResults` determines the\nmaximum number of addresses to return.\n" 19 }, 20 "isPresent()": { 21 "isImplementation": true, 22 "modifiers": [ 23 "protected", 24 "static" 25 ], 26 "params": [], 27 "returnType": "boolean", 28 "exceptions": [], 29 "name": "isPresent()", 30 "documentation": "@return `true` by default, or the value specified via {@link #setIsPresent(boolean)} " 31 }, 32 "reset()": { 33 "isImplementation": false, 34 "modifiers": [ 35 "public", 36 "static" 37 ], 38 "params": [], 39 "returnType": "void", 40 "exceptions": [], 41 "name": "reset()" 42 }, 43 "setFromLocation(java.util.List\u003candroid.location.Address\u003e)": { 44 "isImplementation": false, 45 "modifiers": [ 46 "public" 47 ], 48 "params": [ 49 "list" 50 ], 51 "returnType": "void", 52 "exceptions": [], 53 "name": "setFromLocation(java.util.List\u003candroid.location.Address\u003e)", 54 "documentation": "Sets the value to be returned by {@link Geocoder#getFromLocation(double, double, int)}. " 55 }, 56 "setIsPresent(boolean)": { 57 "isImplementation": false, 58 "modifiers": [ 59 "public", 60 "static" 61 ], 62 "params": [ 63 "value" 64 ], 65 "returnType": "void", 66 "exceptions": [], 67 "name": "setIsPresent(boolean)", 68 "documentation": "Sets the value to be returned by {@link Geocoder#isPresent()}.\n\nThis value is reset to `true` for each test.\n" 69 } 70 }, 71 "imports": [ 72 "android.location.Address", 73 "android.location.Geocoder", 74 "com.google.common.base.Preconditions", 75 "java.io.IOException", 76 "java.util.ArrayList", 77 "java.util.List", 78 "org.robolectric.annotation.Implementation", 79 "org.robolectric.annotation.Implements", 80 "org.robolectric.annotation.Resetter" 81 ], 82 "name": "org.robolectric.shadows.ShadowGeocoder" 83}